Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dl2cap_core.c1644 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS); in l2cap_conn_start()
1656 rsp.result != L2CAP_CR_SUCCESS) { in l2cap_conn_start()
3976 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS); in __l2cap_connect_rsp_defer()
4165 result = L2CAP_CR_SUCCESS; in l2cap_connect()
4209 result == L2CAP_CR_SUCCESS) { in l2cap_connect()
4281 case L2CAP_CR_SUCCESS: in l2cap_connect_create_rsp()
5077 if (result == L2CAP_CR_SUCCESS) { in l2cap_do_create()
5095 if (result == L2CAP_CR_SUCCESS) { in l2cap_do_create()
5097 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS); in l2cap_do_create()
5108 if (result == L2CAP_CR_SUCCESS) { in l2cap_do_create()
[all …]
/Linux-v5.10/include/net/bluetooth/
Dl2cap.h279 #define L2CAP_CR_SUCCESS 0x0000 macro