Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/bluetooth/sdpd/
Dprofile.c308 SDP_PUT16(SDP_UUID_PROTOCOL_RFCOMM, buf); in rfcomm_profile_create_protocol_descriptor_list()
345 SDP_PUT16(SDP_UUID_PROTOCOL_RFCOMM, buf); in obex_profile_create_protocol_descriptor_list()
/freebsd-10-stable/usr.bin/bluetooth/rfcomm_sppd/
Drfcomm_sdp.c227 if (value != SDP_UUID_PROTOCOL_RFCOMM) in rfcomm_proto_list_parse()
/freebsd-10-stable/lib/libsdp/
Dutil.c51 { SDP_UUID_PROTOCOL_RFCOMM, "RFCOMM", },
Dsdp.h100 #define SDP_UUID_PROTOCOL_RFCOMM 0x0003 macro