Home
last modified time | relevance | path

Searched refs:bt_mesh_brg_cfg_cli_set (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dbrg_cfg_cli.h154 int bt_mesh_brg_cfg_cli_set(uint16_t net_idx, uint16_t addr, enum bt_mesh_brg_cfg_state val,
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_brg.c261 ASSERT_OK(bt_mesh_brg_cfg_cli_set(0, BRIDGE_ADDR, BT_MESH_BRG_CFG_ENABLED, &status)); in tester_bridge_configure()
515 err = bt_mesh_brg_cfg_cli_set(0, BRIDGE_ADDR, BT_MESH_BRG_CFG_DISABLED, &status); in test_tester_simple()
531 err = bt_mesh_brg_cfg_cli_set(0, BRIDGE_ADDR, BT_MESH_BRG_CFG_ENABLED, &status); in test_tester_simple()
592 err = bt_mesh_brg_cfg_cli_set(0, BRIDGE_ADDR, BT_MESH_BRG_CFG_DISABLED, &status); in tester_simple_multicast()
604 err = bt_mesh_brg_cfg_cli_set(0, BRIDGE_ADDR, BT_MESH_BRG_CFG_ENABLED, &status); in tester_simple_multicast()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dbrg_cfg.c45 err = bt_mesh_brg_cfg_cli_set(bt_mesh_shell_target_ctx.net_idx, in cmd_subnet_bridge_set()
/Zephyr-latest/subsys/bluetooth/mesh/
Dbrg_cfg_cli.c221 int bt_mesh_brg_cfg_cli_set(uint16_t net_idx, uint16_t addr, enum bt_mesh_brg_cfg_state val, in bt_mesh_brg_cfg_cli_set() function
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dbrg_cfg.rst72 Server model on the target node, using the :c:func:`bt_mesh_brg_cfg_cli_set` function.
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c2128 err = bt_mesh_brg_cfg_cli_set(net.net_idx, sys_le16_to_cpu(cp->addr), state, &state); in subnet_bridge_set()