Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dl2cap.h109 BT_L2CAP_DISCONNECTED, enumerator
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c217 if (le_chan->state != BT_L2CAP_DISCONNECTED) { in alloc_test_context()
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dl2cap.c173 case BT_L2CAP_DISCONNECTED: in bt_l2cap_chan_state_str()
201 case BT_L2CAP_DISCONNECTED: in bt_l2cap_chan_set_state_debug()
205 if (le_chan->state != BT_L2CAP_DISCONNECTED) { in bt_l2cap_chan_set_state_debug()
261 bt_l2cap_chan_set_state(chan, BT_L2CAP_DISCONNECTED); in bt_l2cap_chan_del()
Dl2cap_br.c1269 case BT_L2CAP_DISCONNECTED: in bt_l2cap_br_chan_connect()