Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_common.h70 uint32_t bt_mesh_get_rand(void);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_common.c108 uint32_t bt_mesh_get_rand(void) in bt_mesh_get_rand() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c850 interval += (bt_mesh_get_rand() % (interval + 1)); in bt_le_adv_start()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c383 interval += (bt_mesh_get_rand() % (interval + 1)); in bt_le_adv_start()