Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c84 extern const uint8_t test_net_key[16];
520 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in oob_provisioner()
522 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in oob_provisioner()
654 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_pb_adv_no_oob()
656 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in test_provisioner_pb_adv_no_oob()
715 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_pb_adv_multi()
717 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in test_provisioner_pb_adv_multi()
735 ASSERT_OK(bt_mesh_provision(test_net_key, 0, flags, 0, 0x0001, dev_key)); in test_provisioner_iv_update_flag_zero()
753 ASSERT_OK(bt_mesh_provision(test_net_key, 0, flags, 0, 0x0001, dev_key)); in test_provisioner_iv_update_flag_one()
776 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_pb_adv_reprovision()
[all …]
Dtest_proxy_sol.c112 ASSERT_OK_MSG(bt_mesh_provision(test_net_key, 0, 0, 0, tester_cfg.addr, tester_cfg.dev_key), in tester_configure()
131 bt_mesh_provision(test_net_key, 0, 0, 0, iut_cfg.addr, iut_cfg.dev_key), in iut_configure()
Dtest_beacon.c525 beacon_create(&buf, test_net_key, 0x02, 0x0001); in test_tx_invalid()
582 beacon_create(&buf, test_net_key, 0x01, 0x0000); in test_tx_kr_old_key()
590 beacon_create(&buf, test_net_key, 0x02, 0x0001); in test_tx_kr_old_key()
611 beacon_create(&buf, test_net_key, 0x01, 0x0001); in test_tx_kr_old_key()
631 beacon_create(&buf, test_net_key, 0x00, 0x0001); in test_tx_kr_old_key()
919 beacon_create(&buf, test_net_key, 0, 0); in secure_beacon_send()
953 beacon_create(&buf, test_net_key, 0, 0); in test_rx_secure_beacon_interval()
1043 beacon_create(&iv1, test_net_key, 0x02, 0x0001); in test_tx_beacon_cache()
1044 beacon_create(&iv2, test_net_key, 0x02, 0x0002); in test_tx_beacon_cache()
1519 private_beacon_create(&iv1, test_net_key, 0x02, 0x0001); in test_tx_priv_beacon_cache()
[all …]
Dmesh_test.h177 extern const uint8_t test_net_key[16];
Dtest_op_agg.c140 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key)); in op_agg_test_prov_and_conf()
Dmesh_test.c235 const uint8_t test_net_key[16] = { 1, 2, 3 }; variable
244 err = bt_mesh_provision(test_net_key, 0, 0, 0, cfg->addr, cfg->dev_key); in bt_mesh_device_provision_and_configure()
Dtest_sar.c158 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key)); in prov_and_conf()
Dtest_suspend.c356 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, dut_cfg.addr, dut_cfg.dev_key)); in dut_gatt_common()
Dtest_lcd.c149 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, cfg.addr, cfg.dev_key)); in prov_and_conf()
Dtest_brg.c167 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in tester_setup()
168 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, test_ividx, PROV_ADDR, prov_dev_key)); in tester_setup()
Dtest_advertiser.c415 bt_mesh_provision(test_net_key, 0, 0, 0, adv_cfg.addr, adv_cfg.dev_key); in test_tx_proxy_mixin()
Dtest_dfu.c352 err = bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key); in provision()