Home
last modified time | relevance | path

Searched refs:rand_interval (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dpriv_beacon_cli.c42 rsp->rand_interval = rand_int; in handle_beacon_status()
50 .rand_interval = rand_int, in handle_beacon_status()
174 if (val->rand_interval) { in bt_mesh_priv_beacon_cli_set()
175 net_buf_simple_add_u8(&buf, val->rand_interval); in bt_mesh_priv_beacon_cli_set()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/shell/
Dpriv_beacon.c27 shell_print(sh, "Private Beacon state: %u, %u", val.enabled, val.rand_interval); in cmd_priv_beacon_get()
43 val.rand_interval = shell_strtoul(argv[2], 0, &err); in cmd_priv_beacon_set()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dpriv_beacon_cli.h42 uint8_t rand_interval; member
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1117 val.rand_interval = random_interval; in tx_priv_setup()
1160 val.rand_interval = 1; in test_tx_priv_adv()
1169 val.rand_interval = 0; in test_tx_priv_adv()
1178 val.rand_interval = 0; in test_tx_priv_adv()
1187 val.rand_interval = 3; in test_tx_priv_adv()
1314 val.rand_interval = random_interval; in test_rx_priv_invalid()
1352 val.rand_interval = 1; in toggle_priv_beacon()
Dtest_persistence.c953 .rand_interval = current_stack_cfg->priv_beacon_int, in test_cfg_save()
1038 priv_beacon_state.rand_interval != current_stack_cfg->priv_beacon_int) { in test_cfg_load()
1040 priv_beacon_state.enabled, priv_beacon_state.rand_interval); in test_cfg_load()
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h984 uint8_t rand_interval; member
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/
Dbtp_mesh.c804 LOG_DBG("Private Beacon state: %u, %u", val.enabled, val.rand_interval); in priv_beacon_get()
816 val.rand_interval = cp->rand_interval; in priv_beacon_set()