Searched refs:test_ividx (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_persistence.c | 40 static int test_ividx = 0x123456; variable 420 return bt_mesh_provision(test_netkey, test_netkey_idx, test_flags, test_ividx, TEST_ADDR, in device_setup_and_self_provision() 441 ASSERT_OK(bt_mesh_provision(primary_netkey, 0, test_flags, test_ividx, TEST_PROV_ADDR, in provisioner_setup() 529 if (bt_mesh.iv_index != test_ividx || in test_provisioning_data_load()
|
D | test_brg.c | 46 static int test_ividx = 0x123456; variable 168 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, test_ividx, PROV_ADDR, prov_dev_key)); in tester_setup() 935 ASSERT_TRUE(bt_mesh.iv_index == test_ividx); in test_tester_ivu()
|