Home
last modified time | relevance | path

Searched refs:bt_mesh_priv_beacon_cli_node_id_set (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dpriv_beacon_cli.h170 int bt_mesh_priv_beacon_cli_node_id_set(uint16_t net_idx, uint16_t addr,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dpriv_beacon.c132 err = bt_mesh_priv_beacon_cli_node_id_set(bt_mesh_shell_target_ctx.net_idx, in cmd_priv_node_id_set()
/Zephyr-latest/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c237 int bt_mesh_priv_beacon_cli_node_id_set(uint16_t net_idx, uint16_t addr, in bt_mesh_priv_beacon_cli_node_id_set() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c894 err = bt_mesh_priv_beacon_cli_node_id_set(net.net_idx, cp->dst, &val, &val); in priv_node_id_set()