Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/bluetooth/
Dl2cap.h405 #define L2CAP_MR_PEND 0x0001 macro
/linux-4.1.27/net/bluetooth/
Dl2cap_core.c4949 result = L2CAP_MR_PEND; in l2cap_move_channel_req()
4958 result = L2CAP_MR_PEND; in l2cap_move_channel_req()
4981 if (result == L2CAP_MR_PEND) in l2cap_move_continue()
4992 if (result == L2CAP_MR_PEND) { in l2cap_move_continue()
5103 if (result == L2CAP_MR_SUCCESS || result == L2CAP_MR_PEND) in l2cap_move_channel_rsp()