ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_ble_mesh_lighting_server_cb_value_t::state_change
from the following samples and libraries:
aligenie_demo sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/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_lighting_server_cb_value_t::state_change
esp_ble_mesh_lighting_server_cb_value_t::state_change field
ESP_BLE_MESH_LIGHTING_SERVER_STATE_CHANGE_EVT
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_lighting_model_api.h:1607
esp_ble_mesh_lighting_server_state_change_t
state_change
;
Examples
esp_ble_mesh_lighting_server_cb_value_t::state_change
is referenced by 1 libraries and example projects:
aligenie_demo sample
References
from
0/1
examples
Code
Location
Referrer
esp_ble_mesh_lighting_server_state_change_t
state_change
;
/*!< ESP_BLE_MESH_LIGHTING_SERVER_STATE_CHANGE_EVT */
esp_ble_mesh_lighting_model_api.h:1607
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
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_ble_mesh_lighting_server_cb_value_t::state_change
is read by 2 functions:
All items filtered out
esp_ble_mesh_lighting_server_cb_value_t::state_change
btc_ble_mesh_lighting_server_copy_req_data()
btc_ble_mesh_lighting_server_free_req_data()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out