Home
last modified time | relevance | path

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

/freebsd-12.1/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_source.c72 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in audio_source_profile_create_protocol_descriptor_list()
H A Daudio_sink.c72 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in audio_sink_profile_create_protocol_descriptor_list()
H A Dsd.c120 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in sd_profile_create_protocol_descriptor_list()
/freebsd-12.1/usr.sbin/bluetooth/btpand/
H A Dclient.c220 && _sdp_match_uuid16(&seq1, seq0, SDP_UUID_PROTOCOL_L2CAP) in client_query()
/freebsd-12.1/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c329 if (uuid != SDP_UUID_PROTOCOL_L2CAP) in hid_sdp_parse_protocol_descriptor_list()
/freebsd-12.1/lib/libsdp/
H A Dutil.c73 { SDP_UUID_PROTOCOL_L2CAP, "L2CAP", },
H A Dsdp.h121 #define SDP_UUID_PROTOCOL_L2CAP 0x0100 macro