Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/
Dvocs.c15 } vocs_clients[CONFIG_BT_MAX_CONN * CONFIG_BT_VOCS_CLIENT_MAX_INSTANCE_COUNT]; variable
40 for (size_t i = 0U; i < ARRAY_SIZE(vocs_clients); i++) { in bt_vocs_client_free_instance_get()
41 if (!vocs_clients[i].active) { in bt_vocs_client_free_instance_get()
42 vocs_clients[i].active = true; in bt_vocs_client_free_instance_get()
44 return &vocs_clients[i]; in bt_vocs_client_free_instance_get()
72 for (size_t i = 0U; i < ARRAY_SIZE(vocs_clients); i++) { in mock_bt_vocs_cleanup()
73 vocs_clients[i].active = false; in mock_bt_vocs_cleanup()
74 vocs_clients[i].conn = NULL; in mock_bt_vocs_cleanup()