Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dl2cap.h436 #define L2CAP_IT_FEAT_MASK 0x0002 macro
/Linux-v4.19/net/bluetooth/
Dl2cap_core.c1332 req.type = cpu_to_le16(L2CAP_IT_FEAT_MASK); in l2cap_request_info()
3895 info.type = cpu_to_le16(L2CAP_IT_FEAT_MASK); in l2cap_connect()
4370 if (type == L2CAP_IT_FEAT_MASK) { in l2cap_information_req()
4374 rsp->type = cpu_to_le16(L2CAP_IT_FEAT_MASK); in l2cap_information_req()
4439 case L2CAP_IT_FEAT_MASK: in l2cap_information_rsp()