Searched refs:bt_mesh_priv_beacon_cli_set (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | priv_beacon_cli.h | 115 int bt_mesh_priv_beacon_cli_set(uint16_t net_idx, uint16_t addr,
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | priv_beacon.c | 49 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/ |
D | test_beacon.c | 1124 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()
|
D | test_persistence.c | 956 err = bt_mesh_priv_beacon_cli_set(test_netkey_idx, TEST_ADDR, &priv_beacon_state, in test_cfg_save()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | priv_beacon_cli.c | 159 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/ |
D | btp_mesh.c | 818 err = bt_mesh_priv_beacon_cli_set(net.net_idx, cp->dst, &val, &val); in priv_beacon_set()
|