Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/sdpd/
H A Dcompat.c79 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_RFCOMM); in dun_profile()
132 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_RFCOMM); in ftrn_profile()
185 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_RFCOMM); in hset_profile()
237 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_RFCOMM); in hf_profile()
293 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_RFCOMM); in irmc_profile()
350 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_RFCOMM); in irmc_cmd_profile()
405 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_RFCOMM); in lan_profile()
466 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_RFCOMM); in opush_profile()
523 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_RFCOMM); in sp_profile()
/netbsd-src/usr.sbin/btdevctl/
H A Dsdp.c362 channel = parse_pdl(&value, SDP_UUID_PROTOCOL_RFCOMM); in config_hset()
397 channel = parse_pdl(&value, SDP_UUID_PROTOCOL_RFCOMM); in config_hf()
/netbsd-src/usr.bin/sdpquery/
H A Dcommand.c87 { SDP_UUID_PROTOCOL_RFCOMM,
/netbsd-src/usr.bin/rfcomm_sppd/
H A Drfcomm_sppd.c475 sdp_put_uuid16(&rec, SDP_UUID_PROTOCOL_RFCOMM); in open_server()
662 && sdp_match_uuid16(&seq, SDP_UUID_PROTOCOL_RFCOMM) in service_search()
/netbsd-src/lib/libbluetooth/
H A Dsdp_compat.c386 { SDP_UUID_PROTOCOL_RFCOMM, "RFCOMM", },
H A Dsdp.h143 #define SDP_UUID_PROTOCOL_RFCOMM 0x0003 macro