Home
last modified time | relevance | path

Searched refs:L2CAP_CID_A2MP (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Da2mp.c253 if (chan->scid == L2CAP_CID_A2MP) in a2mp_discover_rsp()
778 chan->scid = L2CAP_CID_A2MP; in a2mp_chan_open()
779 chan->dcid = L2CAP_CID_A2MP; in a2mp_chan_open()
H A Dl2cap_core.c1613 if (chan->scid == L2CAP_CID_A2MP) { in l2cap_send_disconn_req()
1756 if (chan->scid == L2CAP_CID_A2MP) { in l2cap_conn_ready()
7627 if (cid == L2CAP_CID_A2MP) { in l2cap_data_channel()
8309 if (chan->scid == L2CAP_CID_A2MP) { in l2cap_security_cfm()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dl2cap.h270 #define L2CAP_CID_A2MP 0x0003 macro