Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/bluetooth/sdpcontrol/
Dsearch.c128 SDP_GET_UUID128(&uuid, start); in print_service_class_id_list()
189 SDP_GET_UUID128(&value.int128, start); in print_protocol_descriptor()
254 SDP_GET_UUID128(&value.int128, start); in print_protocol_descriptor()
492 SDP_GET_UUID128(&uuid, start); in print_bluetooth_profile_descriptor_list()
/freebsd-10-stable/lib/libsdp/
Dsdp.h374 #define SDP_GET_UUID128(l, cp) { \ macro
416 #define SDP_GET_UUID128(l, cp) SDP_GET128(l, cp) macro
Dutil.c339 SDP_GET_UUID128(&value.int128, start); in sdp_print()
/freebsd-10-stable/usr.sbin/bluetooth/sdpd/
Dssar.c89 SDP_GET_UUID128(&duuid, buf); in server_search_uuid_sub()