Searched refs:dut_cfg (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_suspend.c | 36 static const struct bt_mesh_test_cfg dut_cfg = { variable 173 const struct bt_mesh_test_cfg *pcfg = tester ? &tester_cfg : &dut_cfg; in provision_and_configure() 281 provision_and_configure(dut_cfg, 0); in dut_pub_common() 287 err = bt_mesh_cfg_cli_mod_pub_set(0, dut_cfg.addr, dut_cfg.addr, TEST_MODEL_ID_1, in dut_pub_common() 356 ASSERT_OK(bt_mesh_provision(test_net_key, 0, 0, 0, dut_cfg.addr, dut_cfg.dev_key)); in dut_gatt_common()
|