Home
last modified time | relevance | path

Searched refs:BT_L2CAP_DISCONNECTING (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h154 BT_L2CAP_DISCONNECTING, enumerator
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c221 case BT_L2CAP_DISCONNECTING: in l2cap_br_rtx_timeout()
921 case BT_L2CAP_DISCONNECTING: in bt_l2cap_br_chan_set_state_debug()
1621 if (br_chan->state == BT_L2CAP_DISCONNECTING) { in bt_l2cap_br_chan_disconnect()
1639 bt_l2cap_br_chan_set_state(chan, BT_L2CAP_DISCONNECTING); in bt_l2cap_br_chan_disconnect()
1707 case BT_L2CAP_DISCONNECTING: in bt_l2cap_br_chan_connect()
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c187 case BT_L2CAP_DISCONNECTING: in bt_l2cap_chan_state_str()
226 case BT_L2CAP_DISCONNECTING: in bt_l2cap_chan_set_state_debug()
2673 if (chan->state == BT_L2CAP_DISCONNECTING) { in l2cap_chan_recv_queue()
3193 bt_l2cap_chan_set_state(chan, BT_L2CAP_DISCONNECTING); in bt_l2cap_chan_disconnect()
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst245 ``BT_L2CAP_DISCONNECTING`` respectively.