Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/bluetooth/
Dl2cap.h418 #define L2CAP_IT_FEAT_MASK 0x0002 macro
/linux-6.12.1/net/bluetooth/
Dl2cap_core.c1396 req.type = cpu_to_le16(L2CAP_IT_FEAT_MASK); in l2cap_request_info()
4041 info.type = cpu_to_le16(L2CAP_IT_FEAT_MASK); in l2cap_connect()
4518 if (type == L2CAP_IT_FEAT_MASK) { in l2cap_information_req()
4522 rsp->type = cpu_to_le16(L2CAP_IT_FEAT_MASK); in l2cap_information_req()
4584 case L2CAP_IT_FEAT_MASK: in l2cap_information_rsp()