Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dpriv_beacon_cli.h183 int bt_mesh_priv_beacon_cli_node_id_get(uint16_t net_idx, uint16_t addr,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dpriv_beacon.c106 err = bt_mesh_priv_beacon_cli_node_id_get(bt_mesh_shell_target_ctx.net_idx, in cmd_priv_node_id_get()
/Zephyr-latest/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c264 int bt_mesh_priv_beacon_cli_node_id_get(uint16_t net_idx, uint16_t addr, uint16_t key_net_idx, in bt_mesh_priv_beacon_cli_node_id_get() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c874 err = bt_mesh_priv_beacon_cli_node_id_get(net.net_idx, cp->dst, key_net_idx, &val); in priv_node_id_get()