Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Diso.h172 BT_ISO_STATE_DISCONNECTING, enumerator
/Zephyr-latest/subsys/bluetooth/host/
Diso.c483 case BT_ISO_STATE_DISCONNECTING: in bt_iso_chan_state_str()
513 case BT_ISO_STATE_DISCONNECTING: in bt_iso_chan_set_state_debug()
1067 if (chan->state == BT_ISO_STATE_DISCONNECTING) { in bt_iso_chan_disconnect()
1083 bt_iso_chan_set_state(chan, BT_ISO_STATE_DISCONNECTING); in bt_iso_chan_disconnect()
3286 bt_iso_chan_set_state(bis, BT_ISO_STATE_DISCONNECTING); in bt_iso_big_terminate()
Dconn.c2191 BT_ISO_STATE_DISCONNECTING); in deferred_work()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c796 } else if (ep->iso != NULL && ep->iso->chan.state == BT_ISO_STATE_DISCONNECTING) { in unicast_client_ep_idle_state()
2227 if (ep->iso != NULL && ep->iso->chan.state == BT_ISO_STATE_DISCONNECTING) { in unicast_client_reset()