Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dl2cap.h261 #define L2CAP_IR_SUCCESS 0x0000 macro
/linux-2.6.39/net/bluetooth/
Dl2cap_core.c2430 rsp->result = cpu_to_le16(L2CAP_IR_SUCCESS); in l2cap_information_req()
2441 rsp->result = cpu_to_le16(L2CAP_IR_SUCCESS); in l2cap_information_req()
2468 if (result != L2CAP_IR_SUCCESS) { in l2cap_information_rsp()