Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dpriv_beacon_cli.h115 int bt_mesh_priv_beacon_cli_set(uint16_t net_idx, uint16_t addr,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dpriv_beacon.c49 err = bt_mesh_priv_beacon_cli_set(bt_mesh_shell_target_ctx.net_idx, in cmd_priv_beacon_set()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1124 err = bt_mesh_priv_beacon_cli_set(0, tx_cfg.addr, &val, &val); in tx_priv_setup()
1162 err = bt_mesh_priv_beacon_cli_set(0, tx_cfg.addr, &val, &val); in test_tx_priv_adv()
1171 err = bt_mesh_priv_beacon_cli_set(0, tx_cfg.addr, &val, &val); in test_tx_priv_adv()
1180 err = bt_mesh_priv_beacon_cli_set(0, tx_cfg.addr, &val, &val); in test_tx_priv_adv()
1189 err = bt_mesh_priv_beacon_cli_set(0, tx_cfg.addr, &val, &val); in test_tx_priv_adv()
1321 err = bt_mesh_priv_beacon_cli_set(0, rx_cfg.addr, &val, &val); in test_rx_priv_invalid()
1354 err = bt_mesh_priv_beacon_cli_set(0, addr, &val, &val); in toggle_priv_beacon()
Dtest_persistence.c956 err = bt_mesh_priv_beacon_cli_set(test_netkey_idx, TEST_ADDR, &priv_beacon_state, in test_cfg_save()
/Zephyr-latest/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c159 int bt_mesh_priv_beacon_cli_set(uint16_t net_idx, uint16_t addr, struct bt_mesh_priv_beacon *val, in bt_mesh_priv_beacon_cli_set() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c818 err = bt_mesh_priv_beacon_cli_set(net.net_idx, cp->dst, &val, &val); in priv_beacon_set()