Home
last modified time | relevance | path

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

/freebsd/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/lib/libsdp/
H A Dsdp.h375 #define SDP_GET_UUID128(l, cp) { \ macro
417 #define SDP_GET_UUID128(l, cp) SDP_GET128(l, cp) macro
H A Dutil.c341 SDP_GET_UUID128(&value.int128, start); in sdp_print()
/freebsd/usr.sbin/bluetooth/sdpd/
H A Dssar.c91 SDP_GET_UUID128(&duuid, buf); in server_search_uuid_sub()