Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/id/settings/src/
Ddut.c21 size_t bt_id_count; in run_dut1() local
37 bt_id_get(NULL, &bt_id_count); in run_dut1()
38 LOG_DBG("Number of Bluetooth identities after settings load: %d", bt_id_count); in run_dut1()
45 bt_id_get(NULL, &bt_id_count); in run_dut1()
46 LOG_DBG("Number of Bluetooth identities after identity creation: %d", bt_id_count); in run_dut1()
57 size_t bt_id_count; in run_dut2() local
76 bt_id_get(NULL, &bt_id_count); in run_dut2()
77 if (bt_id_count != expected_id_count) { in run_dut2()
78 FAIL("Wrong ID count (got %d; expected %d)\n", bt_id_count, expected_id_count); in run_dut2()