Searched refs:SDP_UUID_PROTOCOL_L2CAP (Results 1 – 9 of 9) sorted by relevance
/netbsd/usr.sbin/sdpd/ |
H A D | compat.c | 77 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_L2CAP); in dun_profile() 130 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_L2CAP); in ftrn_profile() 183 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_L2CAP); in hset_profile() 235 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_L2CAP); in hf_profile() 291 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_L2CAP); in irmc_profile() 348 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_L2CAP); in irmc_cmd_profile() 403 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_L2CAP); in lan_profile() 464 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_L2CAP); in opush_profile() 521 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_L2CAP); in sp_profile() 581 sdp_put_uuid16(buf, SDP_UUID_PROTOCOL_L2CAP); in nap_profile() [all …]
|
/netbsd/usr.sbin/btpand/ |
H A D | client.c | 206 sdp_put_uuid16(&seq, SDP_UUID_PROTOCOL_L2CAP); in client_query() 240 && sdp_match_uuid16(&seq, SDP_UUID_PROTOCOL_L2CAP) in client_query()
|
H A D | server.c | 320 sdp_put_uuid16(&buf, SDP_UUID_PROTOCOL_L2CAP); in server_mkrecord()
|
/netbsd/usr.sbin/btdevctl/ |
H A D | sdp.c | 291 control_psm = parse_pdl(&value, SDP_UUID_PROTOCOL_L2CAP); in config_hid() 295 interrupt_psm = parse_apdl(&value, SDP_UUID_PROTOCOL_L2CAP); in config_hid()
|
/netbsd/usr.bin/sdpquery/ |
H A D | command.c | 73 { SDP_UUID_PROTOCOL_L2CAP,
|
/netbsd/usr.bin/rfcomm_sppd/ |
H A D | rfcomm_sppd.c | 471 sdp_put_uuid16(&rec, SDP_UUID_PROTOCOL_L2CAP); in open_server() 659 && sdp_match_uuid16(&seq, SDP_UUID_PROTOCOL_L2CAP) in service_search()
|
/netbsd/usr.sbin/bta2dpd/bta2dpd/ |
H A D | bta2dpd.c | 1113 sdp_put_uuid16(&seq, SDP_UUID_PROTOCOL_L2CAP); in client_query() 1147 sdp_match_uuid16(&seq, SDP_UUID_PROTOCOL_L2CAP) && in client_query()
|
/netbsd/lib/libbluetooth/ |
H A D | sdp_compat.c | 405 { SDP_UUID_PROTOCOL_L2CAP, "L2CAP", },
|
H A D | sdp.h | 164 #define SDP_UUID_PROTOCOL_L2CAP 0x0100 macro
|