Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
HDsearch.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-11-stable/lib/libsdp/
HDsdp.h374 #define SDP_GET_UUID128(l, cp) { \ macro
416 #define SDP_GET_UUID128(l, cp) SDP_GET128(l, cp) macro
HDutil.c340 SDP_GET_UUID128(&value.int128, start); in sdp_print()
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
HDssar.c92 SDP_GET_UUID128(&duuid, buf); in server_search_uuid_sub()