Home
last modified time | relevance | path

Searched refs:bt_mesh_priv_beacon_cli_get (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dpriv_beacon_cli.h127 int bt_mesh_priv_beacon_cli_get(uint16_t net_idx, uint16_t addr,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dpriv_beacon.c19 err = bt_mesh_priv_beacon_cli_get(bt_mesh_shell_target_ctx.net_idx, in cmd_priv_beacon_get()
/Zephyr-latest/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c181 int bt_mesh_priv_beacon_cli_get(uint16_t net_idx, uint16_t addr, struct bt_mesh_priv_beacon *val) in bt_mesh_priv_beacon_cli_get() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c1036 err = bt_mesh_priv_beacon_cli_get(test_netkey_idx, TEST_ADDR, &priv_beacon_state); in test_cfg_load()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c798 err = bt_mesh_priv_beacon_cli_get(net.net_idx, cp->dst, &val); in priv_beacon_get()