Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
Dprofile.c311 SDP_PUT16(SDP_UUID_PROTOCOL_RFCOMM, buf); in rfcomm_profile_create_protocol_descriptor_list()
348 SDP_PUT16(SDP_UUID_PROTOCOL_RFCOMM, buf); in obex_profile_create_protocol_descriptor_list()
/freebsd-12-stable/usr.bin/bluetooth/rfcomm_sppd/
Drfcomm_sdp.c229 if (value != SDP_UUID_PROTOCOL_RFCOMM) in rfcomm_proto_list_parse()
/freebsd-12-stable/lib/libsdp/
Dutil.c54 { SDP_UUID_PROTOCOL_RFCOMM, "RFCOMM", },
Dsdp.h102 #define SDP_UUID_PROTOCOL_RFCOMM 0x0003 macro