ESP-IDF
esp_ble_mesh_health_attention_on_cb_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_ble_mesh_health_attention_on_cb_t
esp_ble_mesh_health_attention_on_cb_t struct
Parameter of Health Attention On event
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_health_model_api.h:289
typedef
struct
{
esp_ble_mesh_model_t
*
model
;
uint8_t
time
;
}
esp_ble_mesh_health_attention_on_cb_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_health_attention_on_cb_t::model
esp_ble_mesh_model_t
*
Pointer to the Health Server Model.
esp_ble_mesh_health_attention_on_cb_t::time
uint8_t
Duration of attention timer on (in seconds).
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out