Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/bluetooth/sdpd/
Dprofile.c303 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in rfcomm_profile_create_protocol_descriptor_list()
340 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in obex_profile_create_protocol_descriptor_list()
460 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in bnep_profile_create_protocol_descriptor_list()
Daudio_source.c72 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in audio_source_profile_create_protocol_descriptor_list()
Daudio_sink.c72 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in audio_sink_profile_create_protocol_descriptor_list()
Dsd.c117 SDP_PUT16(SDP_UUID_PROTOCOL_L2CAP, buf); in sd_profile_create_protocol_descriptor_list()
/freebsd-9-stable/usr.sbin/bluetooth/btpand/
Dclient.c182 && _sdp_match_uuid16(&seq1, seq0, SDP_UUID_PROTOCOL_L2CAP) in client_query()
/freebsd-9-stable/usr.sbin/bluetooth/bthidcontrol/
Dsdp.c259 if (uuid != SDP_UUID_PROTOCOL_L2CAP) in hid_sdp_parse_protocol_descriptor_list()
/freebsd-9-stable/lib/libsdp/
Dutil.c70 { SDP_UUID_PROTOCOL_L2CAP, "L2CAP", },
Dsdp.h119 #define SDP_UUID_PROTOCOL_L2CAP 0x0100 macro