Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c815 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_chan_connect_reject()
1679 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_conn_start()
4010 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in __l2cap_connect_rsp_defer()
4117 int result, status = L2CAP_CS_NO_INFO; in l2cap_connect()
4203 status = L2CAP_CS_NO_INFO; in l2cap_connect()
4213 status = L2CAP_CS_NO_INFO; in l2cap_connect()
4228 if (result == L2CAP_CR_PEND && status == L2CAP_CS_NO_INFO) { in l2cap_connect()
4893 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_create_channel_req()
5141 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_do_create()
5145 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_do_create()
[all …]
/kernel/linux/linux-5.10/include/net/bluetooth/
Dl2cap.h302 #define L2CAP_CS_NO_INFO 0x0000 macro