Searched refs:BRIDGE_ADDR (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_brg.c | 26 #define BRIDGE_ADDR 0x0002 macro 115 err = bt_mesh_provision_adv(uuid, 0, BRIDGE_ADDR, 0); in unprovisioned_beacon() 117 LOG_INF("Provisioning bridge at address 0x%04x", BRIDGE_ADDR); in unprovisioned_beacon() 226 err = bt_mesh_brg_cfg_cli_table_add(0, BRIDGE_ADDR, &entry, &rsp); in bridge_entry_add() 238 ASSERT_OK(bt_mesh_brg_cfg_cli_table_remove(0, BRIDGE_ADDR, net_idx1, net_idx2, src, dst, in bridge_entry_remove() 254 err = bt_mesh_cfg_cli_net_key_add(0, BRIDGE_ADDR, i + 1, subnet_keys[i], &status); in tester_bridge_configure() 261 ASSERT_OK(bt_mesh_brg_cfg_cli_set(0, BRIDGE_ADDR, BT_MESH_BRG_CFG_ENABLED, &status)); in tester_bridge_configure() 270 ASSERT_OK(bt_mesh_cfg_cli_relay_set(0, BRIDGE_ADDR, BT_MESH_RELAY_DISABLED, in tester_bridge_configure() 353 bt_mesh_brg_cfg_cli_table_get(0, BRIDGE_ADDR, net_idx1, net_idx2, start_idx, &rsp)); in bridge_table_verify() 515 err = bt_mesh_brg_cfg_cli_set(0, BRIDGE_ADDR, BT_MESH_BRG_CFG_DISABLED, &status); in test_tester_simple() [all …]
|