Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dl2cap_sock.c108 la.l2_cid != cpu_to_le16(L2CAP_CID_ATT)) in l2cap_sock_bind()
240 if (chan->scid != L2CAP_CID_ATT || in l2cap_sock_connect()
241 la.l2_cid != cpu_to_le16(L2CAP_CID_ATT)) in l2cap_sock_connect()
259 la.l2_cid != cpu_to_le16(L2CAP_CID_ATT)) in l2cap_sock_connect()
476 chan->scid != L2CAP_CID_ATT) { in l2cap_sock_getsockopt_old()
728 case L2CAP_CID_ATT: in l2cap_valid_mtu()
951 if (chan->scid == L2CAP_CID_ATT) { in l2cap_sock_setsockopt()
/linux-6.1.9/include/net/bluetooth/
Dl2cap.h271 #define L2CAP_CID_ATT 0x0004 macro