Home
last modified time | relevance | path

Searched refs:SDP_GET_UUID128 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c131 SDP_GET_UUID128(&uuid, start); in print_service_class_id_list()
192 SDP_GET_UUID128(&value.int128, start); in print_protocol_descriptor()
257 SDP_GET_UUID128(&value.int128, start); in print_protocol_descriptor()
495 SDP_GET_UUID128(&uuid, start); in print_bluetooth_profile_descriptor_list()
/freebsd-12.1/lib/libsdp/
H A Dsdp.h376 #define SDP_GET_UUID128(l, cp) { \ macro
418 #define SDP_GET_UUID128(l, cp) SDP_GET128(l, cp) macro
H A Dutil.c342 SDP_GET_UUID128(&value.int128, start); in sdp_print()
/freebsd-12.1/usr.sbin/bluetooth/sdpd/
H A Dssar.c92 SDP_GET_UUID128(&duuid, buf); in server_search_uuid_sub()