Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/bluetooth/
Dl2cap.h421 #define L2CAP_MR_SUCCESS 0x0000 macro
/Linux-v5.4/net/bluetooth/
Dl2cap_core.c4773 l2cap_send_move_chan_rsp(chan, L2CAP_MR_SUCCESS); in l2cap_logical_finish_move()
4898 l2cap_send_move_chan_rsp(chan, L2CAP_MR_SUCCESS); in l2cap_do_move_respond()
4900 l2cap_logical_cfm(chan, hchan, L2CAP_MR_SUCCESS); in l2cap_do_move_respond()
4946 } else if (result != L2CAP_MR_SUCCESS) { in __l2cap_physical_cfm()
5045 result = L2CAP_MR_SUCCESS; in l2cap_move_channel_req()
5100 if (result == L2CAP_MR_SUCCESS) { in l2cap_move_continue()
5130 if (result == L2CAP_MR_SUCCESS) { in l2cap_move_continue()
5140 l2cap_logical_cfm(chan, hchan, L2CAP_MR_SUCCESS); in l2cap_move_continue()
5196 if (result == L2CAP_MR_SUCCESS || result == L2CAP_MR_PEND) in l2cap_move_channel_rsp()