esp_ble_mesh_state_transition_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
bool
Indicate if the state transition has just started.
uint8_t
State transition time.
uint8_t
Remaining time of state transition.
uint8_t
Delay before starting state transition.
uint32_t
Duration of each divided transition step.
uint32_t
Number of steps which the transition duration is divided.
uint32_t
State transition total duration.
int64_t
Time when the state transition is started.
Flag used to indicate if the transition timer has been started internally. If the model which contains esp_ble_mesh_state_transition_t sets "set_auto_rsp" to ESP_BLE_MESH_SERVER_RSP_BY_APP, the handler of the timer shall be initialized by the users. And users can use this flag to indicate whether the timer is started or not.
Timer used for state transition.

References

from examples