Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dl2cap_core.c1682 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS); in l2cap_conn_start()
1694 rsp.result != L2CAP_CR_SUCCESS) { in l2cap_conn_start()
4013 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS); in __l2cap_connect_rsp_defer()
4202 result = L2CAP_CR_SUCCESS; in l2cap_connect()
4246 result == L2CAP_CR_SUCCESS) { in l2cap_connect()
4324 case L2CAP_CR_SUCCESS: in l2cap_connect_create_rsp()
5125 if (result == L2CAP_CR_SUCCESS) { in l2cap_do_create()
5143 if (result == L2CAP_CR_SUCCESS) { in l2cap_do_create()
5145 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS); in l2cap_do_create()
5156 if (result == L2CAP_CR_SUCCESS) { in l2cap_do_create()
[all …]
/Linux-v6.1/include/net/bluetooth/
Dl2cap.h280 #define L2CAP_CR_SUCCESS 0x0000 macro