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

/linux-master/net/bluetooth/
H A Dl2cap_core.c1521 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS);
1533 rsp.result != L2CAP_CR_SUCCESS) {
3811 rsp.result = cpu_to_le16(L2CAP_CR_SUCCESS);
3994 result = L2CAP_CR_SUCCESS;
4036 result == L2CAP_CR_SUCCESS) {
4085 if (result == L2CAP_CR_SUCCESS && (dcid < L2CAP_CID_DYN_START ||
4119 case L2CAP_CR_SUCCESS:
7363 res = L2CAP_CR_SUCCESS;
7381 res == L2CAP_CR_SUCCESS) {
/linux-master/include/net/bluetooth/
H A Dl2cap.h270 #define L2CAP_CR_SUCCESS 0x0000 macro

Completed in 305 milliseconds