Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/bluetooth/sdpcontrol/
HDsearch.c130 SDP_GET_UUID128(&uuid, start); in print_service_class_id_list()
191 SDP_GET_UUID128(&value.int128, start); in print_protocol_descriptor()
256 SDP_GET_UUID128(&value.int128, start); in print_protocol_descriptor()
494 SDP_GET_UUID128(&uuid, start); in print_bluetooth_profile_descriptor_list()
/freebsd-13-stable/lib/libsdp/
HDsdp.h375 #define SDP_GET_UUID128(l, cp) { \ macro
417 #define SDP_GET_UUID128(l, cp) SDP_GET128(l, cp) macro
HDutil.c341 SDP_GET_UUID128(&value.int128, start); in sdp_print()
/freebsd-13-stable/usr.sbin/bluetooth/sdpd/
HDssar.c91 SDP_GET_UUID128(&duuid, buf); in server_search_uuid_sub()