Home
last modified time | relevance | path

Searched refs:fast_period_divisor (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_health_model_api.h177 uint8_t fast_period_divisor; /*!< Divider for the Publish Period */ member
235 uint8_t fast_period_divisor; /*!< Divider for the Publish Period */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_health_model.c372 return bt_mesh_health_period_set(&param, set->period_set.fast_period_divisor, true); in btc_ble_mesh_health_client_set_state()
374 return bt_mesh_health_period_set(&param, set->period_set.fast_period_divisor, false); in btc_ble_mesh_health_client_set_state()