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.c227 case BT_L2CAP_DISCONNECTING: in l2cap_br_rtx_timeout()
966 case BT_L2CAP_DISCONNECTING: in bt_l2cap_br_chan_set_state_debug()
1735 if (br_chan->state == BT_L2CAP_DISCONNECTING) { in bt_l2cap_br_chan_disconnect()
1753 bt_l2cap_br_chan_set_state(chan, BT_L2CAP_DISCONNECTING); in bt_l2cap_br_chan_disconnect()
1821 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()
2678 if (chan->state == BT_L2CAP_DISCONNECTING) { in l2cap_chan_recv_queue()
3198 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.