Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dl2cap.h430 #define L2CAP_MR_PEND 0x0001 macro
/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c5288 result = L2CAP_MR_PEND; in l2cap_move_channel_req()
5297 result = L2CAP_MR_PEND; in l2cap_move_channel_req()
5320 if (result == L2CAP_MR_PEND) in l2cap_move_continue()
5331 if (result == L2CAP_MR_PEND) { in l2cap_move_continue()
5442 if (result == L2CAP_MR_SUCCESS || result == L2CAP_MR_PEND) in l2cap_move_channel_rsp()