Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dl2cap_core.c810 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_chan_connect_reject()
1680 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_conn_start()
4029 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in __l2cap_connect_rsp_defer()
4136 int result, status = L2CAP_CS_NO_INFO; in l2cap_connect()
4222 status = L2CAP_CS_NO_INFO; in l2cap_connect()
4232 status = L2CAP_CS_NO_INFO; in l2cap_connect()
4247 if (result == L2CAP_CR_PEND && status == L2CAP_CS_NO_INFO) { in l2cap_connect()
4913 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_create_channel_req()
5161 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_do_create()
5165 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_do_create()
[all …]
/Linux-v6.6/include/net/bluetooth/
Dl2cap.h303 #define L2CAP_CS_NO_INFO 0x0000 macro