Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dl2cap_core.c705 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_chan_connect_reject()
1447 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_conn_start()
3659 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in __l2cap_connect_rsp_defer()
3761 int result, status = L2CAP_CS_NO_INFO; in l2cap_connect()
3839 status = L2CAP_CS_NO_INFO; in l2cap_connect()
3849 status = L2CAP_CS_NO_INFO; in l2cap_connect()
3864 if (result == L2CAP_CR_PEND && status == L2CAP_CS_NO_INFO) { in l2cap_connect()
4510 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_create_channel_req()
4758 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_do_create()
4762 rsp.status = cpu_to_le16(L2CAP_CS_NO_INFO); in l2cap_do_create()
[all …]
/linux-4.4.14/include/net/bluetooth/
Dl2cap.h282 #define L2CAP_CS_NO_INFO 0x0000 macro