Searched refs:bt_id_count (Results 1 – 1 of 1) sorted by relevance
21 size_t bt_id_count; in run_dut1() local37 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() local76 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()