ESP-IDF
bt_mesh_server_state_value_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
bt_mesh_server_state_value_t
bt_mesh_server_state_value_t union
Syntax
Show:
Summary
Declaration
from
state_binding.h:36
typedef
union
{
struct
{
uint8_t
onoff
;
}
gen_onoff
;
struct
{
int16_t
level
;
}
gen_level
;
struct
{
uint8_t
onpowerup
;
}
gen_onpowerup
;
struct
{
uint16_t
power
;
}
gen_power_actual
;
struct
{
uint16_t
lightness
;
}
light_lightness_actual
;
struct
{
uint16_t
lightness
;
}
light_lightness_linear
;
struct
{
uint16_t
lightness
;
}
light_ctl_lightness
;
struct
{
uint16_t
temperature
;
int16_t
delta_uv
;
}
light_ctl_temp_delta_uv
;
struct
{
uint16_t
lightness
;
uint16_t
hue
;
uint16_t
saturation
;
}
light_hsl
;
struct
{
uint16_t
lightness
;
}
light_hsl_lightness
;
struct
{
uint16_t
hue
;
}
light_hsl_hue
;
struct
{
uint16_t
saturation
;
}
light_hsl_saturation
;
struct
{
uint16_t
lightness
;
}
light_xyl_lightness
;
struct
{
uint8_t
onoff
;
}
light_lc_light_onoff
;
}
bt_mesh_server_state_value_t
;
Fields
Field
Declared as
bt_mesh_server_state_value_t::gen_onoff
struct
{
uint8_t
onoff
;
}
bt_mesh_server_state_value_t::gen_level
struct
{
int16_t
level
;
}
bt_mesh_server_state_value_t::gen_onpowerup
struct
{
uint8_t
onpowerup
;
}
bt_mesh_server_state_value_t::gen_power_actual
struct
{
uint16_t
power
;
}
bt_mesh_server_state_value_t::light_lightness_actual
struct
{
uint16_t
lightness
;
}
bt_mesh_server_state_value_t::light_lightness_linear
struct
{
uint16_t
lightness
;
}
bt_mesh_server_state_value_t::light_ctl_lightness
struct
{
uint16_t
lightness
;
}
bt_mesh_server_state_value_t::light_ctl_temp_delta_uv
struct
{
uint16_t
temperature
;
int16_t
delta_uv
;
}
bt_mesh_server_state_value_t::light_hsl
struct
{
uint16_t
lightness
;
uint16_t
hue
;
uint16_t
saturation
;
}
bt_mesh_server_state_value_t::light_hsl_lightness
struct
{
uint16_t
lightness
;
}
bt_mesh_server_state_value_t::light_hsl_hue
struct
{
uint16_t
hue
;
}
bt_mesh_server_state_value_t::light_hsl_saturation
struct
{
uint16_t
saturation
;
}
bt_mesh_server_state_value_t::light_xyl_lightness
struct
{
uint16_t
lightness
;
}
bt_mesh_server_state_value_t::light_lc_light_onoff
struct
{
uint8_t
onoff
;
}
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
union
{
state_binding.h:36
}
bt_mesh_server_state_value_t
;
state_binding.h:82
(
bt_mesh_server_state_value_t
*
)
arg
->
model_update_state
.
value
)
;
btc_ble_mesh_prov.c:2962
btc_ble_mesh_model_call_handler()
bt_mesh_server_state_value_t
*
value
)
state_binding.c:67
bt_mesh_update_binding_state()
bt_mesh_update_binding_state()::value
}
bt_mesh_server_state_value_t
;
state_binding.h:82
bt_mesh_server_state_value_t
bt_mesh_server_state_value_t
*
value
)
;
state_binding.h:102
bt_mesh_update_binding_state()
bt_mesh_update_binding_state()::value
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
bt_mesh_update_binding_state()::value
bt_mesh_update_binding_state()
state_binding.h:102
bt_mesh_update_binding_state()::value
bt_mesh_update_binding_state()
state_binding.c:67
Lifecycle
from
examples
All items filtered out
All items filtered out