ESP-IDF
esp_ble_mesh_lighting_server_cb_value_t::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_cb_value_t::set
esp_ble_mesh_lighting_server_cb_value_t::set field
ESP_BLE_MESH_LIGHTING_SERVER_RECV_SET_MSG_EVT
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_lighting_model_api.h:1609
esp_ble_mesh_lighting_server_recv_set_msg_t
set
;
Examples
References
from
examples
Code
Location
Referrer
esp_ble_mesh_lighting_server_recv_set_msg_t
set
;
/*!< ESP_BLE_MESH_LIGHTING_SERVER_RECV_SET_MSG_EVT */
esp_ble_mesh_lighting_model_api.h:1609
if
(
p_src_data
->
value
.
set
.
lc_property
.
property_value
)
{
btc_ble_mesh_lighting_model.c:393
btc_ble_mesh_lighting_server_copy_req_data()
length
=
p_src_data
->
value
.
set
.
lc_property
.
property_value
->
len
;
btc_ble_mesh_lighting_model.c:394
btc_ble_mesh_lighting_server_copy_req_data()
p_dest_data
->
value
.
set
.
lc_property
.
property_value
=
bt_mesh_alloc_buf
(
length
)
;
btc_ble_mesh_lighting_model.c:395
btc_ble_mesh_lighting_server_copy_req_data()
if
(
p_dest_data
->
value
.
set
.
lc_property
.
property_value
==
NULL
)
{
btc_ble_mesh_lighting_model.c:396
btc_ble_mesh_lighting_server_copy_req_data()
net_buf_simple_add_mem
(
p_dest_data
->
value
.
set
.
lc_property
.
property_value
,
btc_ble_mesh_lighting_model.c:400
btc_ble_mesh_lighting_server_copy_req_data()
p_src_data
->
value
.
set
.
lc_property
.
property_value
->
data
,
btc_ble_mesh_lighting_model.c:401
btc_ble_mesh_lighting_server_copy_req_data()
p_src_data
->
value
.
set
.
lc_property
.
property_value
->
len
)
;
btc_ble_mesh_lighting_model.c:402
btc_ble_mesh_lighting_server_copy_req_data()
bt_mesh_free_buf
(
arg
->
value
.
set
.
lc_property
.
property_value
)
;
btc_ble_mesh_lighting_model.c:447
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_cb_value_t::set
is read by 2 functions:
All items filtered out
esp_ble_mesh_lighting_server_cb_value_t::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