ESP-IDF
esp_ble_mesh_lighting_server_state_change_t::lc_property_set
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_lighting_server_state_change_t::lc_property_set
esp_ble_mesh_lighting_server_state_change_t::lc_property_set field
Light LC Property Set
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_lighting_model_api.h:1391
esp_ble_mesh_state_change_light_lc_property_set_t
lc_property_set
;
Examples
References
from
examples
Code
Location
Referrer
esp_ble_mesh_state_change_light_lc_property_set_t
lc_property_set
;
/*!< Light LC Property Set */
esp_ble_mesh_lighting_model_api.h:1391
if
(
p_src_data
->
value
.
state_change
.
lc_property_set
.
property_value
)
{
btc_ble_mesh_lighting_model.c:377
btc_ble_mesh_lighting_server_copy_req_data()
length
=
p_src_data
->
value
.
state_change
.
lc_property_set
.
property_value
->
len
;
btc_ble_mesh_lighting_model.c:378
btc_ble_mesh_lighting_server_copy_req_data()
p_dest_data
->
value
.
state_change
.
lc_property_set
.
property_value
=
bt_mesh_alloc_buf
(
length
)
;
btc_ble_mesh_lighting_model.c:379
btc_ble_mesh_lighting_server_copy_req_data()
if
(
p_dest_data
->
value
.
state_change
.
lc_property_set
.
property_value
==
NULL
)
{
btc_ble_mesh_lighting_model.c:380
btc_ble_mesh_lighting_server_copy_req_data()
net_buf_simple_add_mem
(
p_dest_data
->
value
.
state_change
.
lc_property_set
.
property_value
,
btc_ble_mesh_lighting_model.c:384
btc_ble_mesh_lighting_server_copy_req_data()
p_src_data
->
value
.
state_change
.
lc_property_set
.
property_value
->
data
,
btc_ble_mesh_lighting_model.c:385
btc_ble_mesh_lighting_server_copy_req_data()
p_src_data
->
value
.
state_change
.
lc_property_set
.
property_value
->
len
)
;
btc_ble_mesh_lighting_model.c:386
btc_ble_mesh_lighting_server_copy_req_data()
bt_mesh_free_buf
(
arg
->
value
.
state_change
.
lc_property_set
.
property_value
)
;
btc_ble_mesh_lighting_model.c:441
btc_ble_mesh_lighting_server_free_req_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_ble_mesh_lighting_server_state_change_t::lc_property_set
is read by 2 functions:
All items filtered out
esp_ble_mesh_lighting_server_state_change_t::lc_property_set
btc_ble_mesh_lighting_server_copy_req_data()
btc_ble_mesh_lighting_server_free_req_data()
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