Home
last modified time | relevance | path

Searched refs:BT_ISO_STATE_DISCONNECTED (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/src/
Diso.c107 chan->state = BT_ISO_STATE_DISCONNECTED; in mock_bt_iso_disconnected()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Diso.h135 BT_ISO_STATE_DISCONNECTED, enumerator
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Diso.c418 bt_iso_chan_set_state(chan, BT_ISO_STATE_DISCONNECTED); in bt_iso_chan_disconnected()
490 case BT_ISO_STATE_DISCONNECTED: in bt_iso_chan_state_str()
514 case BT_ISO_STATE_DISCONNECTED: in bt_iso_chan_set_state_debug()
520 if (chan->state != BT_ISO_STATE_DISCONNECTED) { in bt_iso_chan_set_state_debug()
954 chan->state == BT_ISO_STATE_DISCONNECTED) { in bt_iso_chan_disconnect()
961 bt_iso_chan_set_state(chan, BT_ISO_STATE_DISCONNECTED); in bt_iso_chan_disconnect()
2163 bt_iso_chan_set_state(iso_chan, BT_ISO_STATE_DISCONNECTED); in bt_iso_security_changed()
2299 BT_ISO_STATE_DISCONNECTED); in iso_chan_connect_security()
2379 if (param[i].iso_chan->state != BT_ISO_STATE_DISCONNECTED) { in bt_iso_chan_connect()
/Zephyr-Core-3.5.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c352 if (iso_chans[i].chan.state == BT_ISO_STATE_DISCONNECTED) { in iso_accept()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dbap_unicast_client.c2213 case BT_ISO_STATE_DISCONNECTED: in unicast_client_stream_connect()