Home
last modified time | relevance | path

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

/tests/bsim/bluetooth/mesh/src/
A Dtest_provision.c82 extern const uint8_t test_net_key[16];
608 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in oob_provisioner()
610 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in oob_provisioner()
741 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_no_oob()
743 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, 0x0001, dev_key)); in test_provisioner_no_oob()
800 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_pb_cancel()
845 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_multi()
906 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_reprovision()
1013 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in provisioner_pb_remote_client_setup()
1105 ASSERT_OK(bt_mesh_cdb_create(test_net_key)); in test_provisioner_pb_remote_client_parallel()
[all …]
A 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()
A 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 …]
A Dmesh_test.h177 extern const uint8_t test_net_key[16];
A 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()
A 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()
A Dtest_sar.c158 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key)); in prov_and_conf()
A 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()
A Dtest_lcd.c149 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, cfg.addr, cfg.dev_key)); in prov_and_conf()
A 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()
A Dtest_advertiser.c422 bt_mesh_provision(test_net_key, 0, 0, 0, adv_cfg.addr, adv_cfg.dev_key); in test_tx_proxy_mixin()
A Dtest_dfu.c352 err = bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key); in provision()

Completed in 32 milliseconds