Searched refs:vocs_clients (Results 1 – 1 of 1) sorted by relevance
20 } vocs_clients[CONFIG_BT_MAX_CONN * CONFIG_BT_VOCS_CLIENT_MAX_INSTANCE_COUNT]; variable45 for (size_t i = 0U; i < ARRAY_SIZE(vocs_clients); i++) { in bt_vocs_client_free_instance_get()46 if (!vocs_clients[i].active) { in bt_vocs_client_free_instance_get()47 vocs_clients[i].active = true; in bt_vocs_client_free_instance_get()49 return &vocs_clients[i]; in bt_vocs_client_free_instance_get()77 for (size_t i = 0U; i < ARRAY_SIZE(vocs_clients); i++) { in mock_bt_vocs_cleanup()78 vocs_clients[i].active = false; in mock_bt_vocs_cleanup()79 vocs_clients[i].conn = NULL; in mock_bt_vocs_cleanup()