Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Diso.h143 BT_ISO_STATE_DISCONNECTING, enumerator
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Diso.c498 case BT_ISO_STATE_DISCONNECTING: in bt_iso_chan_state_str()
529 case BT_ISO_STATE_DISCONNECTING: in bt_iso_chan_set_state_debug()
971 if (chan->state == BT_ISO_STATE_DISCONNECTING) { in bt_iso_chan_disconnect()
987 bt_iso_chan_set_state(chan, BT_ISO_STATE_DISCONNECTING); in bt_iso_chan_disconnect()
3000 bt_iso_chan_set_state(bis, BT_ISO_STATE_DISCONNECTING); in bt_iso_big_terminate()
Dconn.c1769 BT_ISO_STATE_DISCONNECTING); in deferred_work()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_unicast_client.c578 } else if (ep->iso != NULL && ep->iso->chan.state == BT_ISO_STATE_DISCONNECTING) { in unicast_client_ep_idle_state()
2046 if (ep->iso != NULL && ep->iso->chan.state == BT_ISO_STATE_DISCONNECTING) { in unicast_client_reset()