Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/host/id/bt_id_create/src/
Dtest_suite_privacy_enabled.c22 static uint8_t testing_irk_value[16] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, variable
37 memcpy(buf, testing_irk_value, len); in bt_rand_custom_fake()
78 zassert_mem_equal(&bt_dev.irk[new_id], testing_irk_value, sizeof(testing_irk_value), in ZTEST()
120 zassert_mem_equal(&bt_dev.irk[new_id], testing_irk_value, sizeof(testing_irk_value), in ZTEST()
122 zassert_mem_equal(zero_irk, testing_irk_value, sizeof(testing_irk_value), in ZTEST()
152 new_id = bt_id_create(&addr, testing_irk_value); in ZTEST()
162 zassert_mem_equal(&bt_dev.irk[new_id], testing_irk_value, sizeof(testing_irk_value), in ZTEST()
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_public_id_addr/src/
Dtest_suite_bt_privacy_enabled.c29 static uint8_t testing_irk_value[16] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, variable
172 memcpy(irk, testing_irk_value, 16); in bt_smp_irk_get_non_zero_irk_custom_fake()
206 zassert_mem_equal(&bt_dev.irk[BT_ID_DEFAULT], testing_irk_value, sizeof(testing_irk_value), in ZTEST()
/Zephyr-latest/tests/bluetooth/host/id/bt_setup_random_id_addr/src/
Dtest_suite_bt_privacy_enabled.c33 static uint8_t testing_irk_value[16] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, variable
206 memcpy(irk, testing_irk_value, 16); in bt_smp_irk_get_non_zero_irk_custom_fake()
250 zassert_mem_equal(&bt_dev.irk[0], testing_irk_value, sizeof(testing_irk_value), in ZTEST()
/Zephyr-latest/tests/bluetooth/host/id/bt_id_add/src/
Dmain.c253 uint8_t testing_irk_value[16] = {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, in ZTEST() local
260 memcpy(keys.irk.val, testing_irk_value, 16); in ZTEST()
280 zassert_mem_equal(cp.peer_irk, testing_irk_value, sizeof(testing_irk_value), in ZTEST()