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

/linux-master/net/bluetooth/
H A Dl2cap_core.c1545 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS);
1557 rsp.result != L2CAP_CR_SUCCESS) {
3837 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS);
4053 result == L2CAP_CR_SUCCESS) {
4102 if (result == L2CAP_CR_SUCCESS && (dcid < L2CAP_CID_DYN_START ||
4136 case L2CAP_CR_SUCCESS:
7381 res = L2CAP_CR_SUCCESS;
7399 res == L2CAP_CR_SUCCESS) {
/linux-master/include/net/bluetooth/
H A Dl2cap.h270 #define L2CAP_CR_SUCCESS 0x0000 macro

Completed in 204 milliseconds