Home
last modified time | relevance | path

Searched refs:BT_ISO_CIG_STATE_CONFIGURED (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Diso_internal.h36 BT_ISO_CIG_STATE_CONFIGURED, enumerator
Diso.c1950 cigs[i].state = BT_ISO_CIG_STATE_CONFIGURED; in get_free_cig()
2271 if (cig->state != BT_ISO_CIG_STATE_CONFIGURED) { in bt_iso_cig_reconfigure()
2352 if (cig->state != BT_ISO_CIG_STATE_INACTIVE && cig->state != BT_ISO_CIG_STATE_CONFIGURED) { in bt_iso_cig_terminate()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c3067 if (cig != NULL && cig->state != BT_ISO_CIG_STATE_CONFIGURED) { in bt_bap_unicast_group_add_streams()