Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dl2cap.h431 #define L2CAP_MR_PEND 0x0001 macro
/linux-6.1.9/net/bluetooth/
Dl2cap_core.c5330 result = L2CAP_MR_PEND; in l2cap_move_channel_req()
5339 result = L2CAP_MR_PEND; in l2cap_move_channel_req()
5363 if (result == L2CAP_MR_PEND) in l2cap_move_continue()
5374 if (result == L2CAP_MR_PEND) { in l2cap_move_continue()
5487 if (result == L2CAP_MR_SUCCESS || result == L2CAP_MR_PEND) in l2cap_move_channel_rsp()