ESP-IDF
esp_ble_mesh_light_control_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_light_control_t
esp_ble_mesh_light_control_t struct
Parameters of Light Lightness controller
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_lighting_model_api.h:1210
typedef
struct
{
esp_ble_mesh_light_lc_state_t
state
;
esp_ble_mesh_light_lc_property_state_t
prop_state
;
esp_ble_mesh_light_lc_state_machine_t
state_machine
;
}
esp_ble_mesh_light_control_t
;
Fields
Field
Declared as
Description
esp_ble_mesh_light_control_t::state
esp_ble_mesh_light_lc_state_t
Parameters of Light LC state.
esp_ble_mesh_light_control_t::prop_state
esp_ble_mesh_light_lc_property_state_t
Parameters of Light LC Property state.
esp_ble_mesh_light_control_t::state_machine
esp_ble_mesh_light_lc_state_machine_t
Parameters of Light LC state machine.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_ble_mesh_lighting_model_api.h:1210
}
esp_ble_mesh_light_control_t
;
esp_ble_mesh_lighting_model_api.h:1214
esp_ble_mesh_light_control_t
esp_ble_mesh_light_control_t
*
lc
;
/*!< Parameters of the Light controller */
esp_ble_mesh_lighting_model_api.h:1220
esp_ble_mesh_light_lc_srv_t
esp_ble_mesh_light_lc_srv_t::lc
esp_ble_mesh_light_control_t
*
lc
;
/*!< Parameters of the Light controller */
esp_ble_mesh_lighting_model_api.h:1229
esp_ble_mesh_light_lc_setup_srv_t
esp_ble_mesh_light_lc_setup_srv_t::lc
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
Instance
Scope
Location
Project
esp_ble_mesh_light_lc_srv_t::lc
esp_ble_mesh_light_lc_srv_t
esp_ble_mesh_lighting_model_api.h:1220
esp_ble_mesh_light_lc_setup_srv_t::lc
esp_ble_mesh_light_lc_setup_srv_t
esp_ble_mesh_lighting_model_api.h:1229
Lifecycle
from
examples
All items filtered out
All items filtered out