Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_health_model_api.h132 esp_ble_mesh_cb_t attention_off; member
307 …esp_ble_mesh_health_attention_off_cb_t attention_off; /*!< ESP_BLE_MESH_HEALTH_SERVER_AT… member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_srv.c414 static void attention_off(struct k_work *work) in attention_off() function
457 k_delayed_work_init(&srv->attn_timer, attention_off); in health_srv_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_health_model.c633 param.attention_off.model = (esp_ble_mesh_model_t *)model; in btc_ble_mesh_health_server_attention_off()