Home
last modified time | relevance | path

Searched refs:SDP_UUID_PROTOCOL_L2CAP (Results 1 – 6 of 6) sorted by relevance

/NextBSD/usr.sbin/bluetooth/sdpd/
HDprofile.c300 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in rfcomm_profile_create_protocol_descriptor_list()
337 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in obex_profile_create_protocol_descriptor_list()
457 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in bnep_profile_create_protocol_descriptor_list()
HDsd.c118 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in sd_profile_create_protocol_descriptor_list()
/NextBSD/usr.sbin/bluetooth/btpand/
HDclient.c218 && _sdp_match_uuid16(&seq1, seq0, SDP_UUID_PROTOCOL_L2CAP) in client_query()
/NextBSD/usr.sbin/bluetooth/bthidcontrol/
HDsdp.c260 if (uuid != SDP_UUID_PROTOCOL_L2CAP) in hid_sdp_parse_protocol_descriptor_list()
/NextBSD/lib/libsdp/
HDutil.c71 { SDP_UUID_PROTOCOL_L2CAP, "L2CAP", },
HDsdp.h119 #define SDP_UUID_PROTOCOL_L2CAP 0x0100 macro