Home
last modified time | relevance | path

Searched refs:bt_mesh_health_period_set (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_cli.h48 int bt_mesh_health_period_set(bt_mesh_client_common_param_t *param,
/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()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c265 int bt_mesh_health_period_set(bt_mesh_client_common_param_t *param, in bt_mesh_health_period_set() function