Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/sdpd/
H A Dprofile.c306 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in rfcomm_profile_create_protocol_descriptor_list()
343 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in obex_profile_create_protocol_descriptor_list()
463 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in bnep_profile_create_protocol_descriptor_list()
H A Daudio_sink.c70 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in audio_sink_profile_create_protocol_descriptor_list()
H A Daudio_source.c70 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in audio_source_profile_create_protocol_descriptor_list()
H A Dsd.c119 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in sd_profile_create_protocol_descriptor_list()
/freebsd/usr.sbin/bluetooth/btpand/
H A Dclient.c219 && _sdp_match_uuid16(&seq1, seq0, SDP_UUID_PROTOCOL_L2CAP) in client_query()
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c328 if (uuid != SDP_UUID_PROTOCOL_L2CAP) in hid_sdp_parse_protocol_descriptor_list()
/freebsd/lib/libsdp/
H A Dutil.c72 { SDP_UUID_PROTOCOL_L2CAP, "L2CAP", },
H A Dsdp.h120 #define SDP_UUID_PROTOCOL_L2CAP 0x0100 macro