Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dl2cap_core.c784 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_chan_connect_reject()
1653 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_conn_start()
3985 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in __l2cap_connect_rsp_defer()
4092 int result, status = L2CAP_CS_NO_INFO; in l2cap_connect()
4178 status = L2CAP_CS_NO_INFO; in l2cap_connect()
4188 status = L2CAP_CS_NO_INFO; in l2cap_connect()
4203 if (result == L2CAP_CR_PEND && status == L2CAP_CS_NO_INFO) { in l2cap_connect()
4859 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_create_channel_req()
5107 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_do_create()
5111 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_do_create()
[all …]
/Linux-v5.15/include/net/bluetooth/
Dl2cap.h303 #define L2CAP_CS_NO_INFO 0x0000 macro