/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 84 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 …]
|
D | test_proxy_sol.c | 112 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()
|
D | test_beacon.c | 525 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 …]
|
D | mesh_test.h | 177 extern const uint8_t test_net_key[16];
|
D | test_op_agg.c | 140 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key)); in op_agg_test_prov_and_conf()
|
D | mesh_test.c | 235 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()
|
D | test_sar.c | 158 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key)); in prov_and_conf()
|
D | test_suspend.c | 356 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, dut_cfg.addr, dut_cfg.dev_key)); in dut_gatt_common()
|
D | test_lcd.c | 149 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, cfg.addr, cfg.dev_key)); in prov_and_conf()
|
D | test_brg.c | 167 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()
|
D | test_advertiser.c | 415 bt_mesh_provision(test_net_key, 0, 0, 0, adv_cfg.addr, adv_cfg.dev_key); in test_tx_proxy_mixin()
|
D | test_dfu.c | 352 err = bt_mesh_provision(test_net_key, 0, 0, 0, addr, dev_key); in provision()
|