Home
last modified time | relevance | path

Searched refs:L2CAP_CID_ATT (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/net/bluetooth/
Dl2cap_sock.c109 la.l2_cid != cpu_to_le16(L2CAP_CID_ATT)) in l2cap_sock_bind()
226 if (chan->scid != L2CAP_CID_ATT || in l2cap_sock_connect()
227 la.l2_cid != cpu_to_le16(L2CAP_CID_ATT)) in l2cap_sock_connect()
245 la.l2_cid != cpu_to_le16(L2CAP_CID_ATT)) in l2cap_sock_connect()
458 chan->scid != L2CAP_CID_ATT) { in l2cap_sock_getsockopt_old()
710 case L2CAP_CID_ATT: in l2cap_valid_mtu()
933 if (chan->scid == L2CAP_CID_ATT) { in l2cap_sock_setsockopt()
/linux-6.6.21/include/net/bluetooth/
Dl2cap.h271 #define L2CAP_CID_ATT 0x0004 macro