Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dl2cap_core.c1489 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS); in l2cap_conn_start()
1501 rsp.result != L2CAP_CR_SUCCESS) { in l2cap_conn_start()
3735 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS); in __l2cap_connect_rsp_defer()
3924 result = L2CAP_CR_SUCCESS; in l2cap_connect()
3968 result == L2CAP_CR_SUCCESS) { in l2cap_connect()
4040 case L2CAP_CR_SUCCESS: in l2cap_connect_create_rsp()
4834 if (result == L2CAP_CR_SUCCESS) { in l2cap_do_create()
4852 if (result == L2CAP_CR_SUCCESS) { in l2cap_do_create()
4854 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS); in l2cap_do_create()
4865 if (result == L2CAP_CR_SUCCESS) { in l2cap_do_create()
[all …]
/Linux-v5.4/include/net/bluetooth/
Dl2cap.h274 #define L2CAP_CR_SUCCESS 0x0000 macro