Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dl2cap_core.c716 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_chan_connect_reject()
1458 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_conn_start()
3688 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in __l2cap_connect_rsp_defer()
3790 int result, status = L2CAP_CS_NO_INFO; in l2cap_connect()
3868 status = L2CAP_CS_NO_INFO; in l2cap_connect()
3878 status = L2CAP_CS_NO_INFO; in l2cap_connect()
3893 if (result == L2CAP_CR_PEND && status == L2CAP_CS_NO_INFO) { in l2cap_connect()
4539 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_create_channel_req()
4787 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_do_create()
4791 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_do_create()
[all …]
/Linux-v4.19/include/net/bluetooth/
Dl2cap.h288 #define L2CAP_CS_NO_INFO 0x0000 macro