Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/src/
Dmain.c78 size_t testing_counts[] = {0, 1, bt_dev.id_count, bt_dev.id_count + 2}; in ZTEST() local
80 for (size_t it = 0; it < ARRAY_SIZE(testing_counts); it++) { in ZTEST()
81 size_t count = testing_counts[it]; in ZTEST()