ESP-IDF
esp_ble_mesh_lighting_server_cb_value_t::status
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::status
esp_ble_mesh_lighting_server_cb_value_t::status field
ESP_BLE_MESH_LIGHTING_SERVER_RECV_STATUS_MSG_EVT
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_lighting_model_api.h:1610
esp_ble_mesh_lighting_server_recv_status_msg_t
status
;
Examples
References
from
examples
Code
Location
Referrer
esp_ble_mesh_lighting_server_recv_status_msg_t
status
;
/*!< ESP_BLE_MESH_LIGHTING_SERVER_RECV_STATUS_MSG_EVT */
esp_ble_mesh_lighting_model_api.h:1610
if
(
p_src_data
->
value
.
status
.
sensor_status
.
data
)
{
btc_ble_mesh_lighting_model.c:408
btc_ble_mesh_lighting_server_copy_req_data()
length
=
p_src_data
->
value
.
status
.
sensor_status
.
data
->
len
;
btc_ble_mesh_lighting_model.c:409
btc_ble_mesh_lighting_server_copy_req_data()
p_dest_data
->
value
.
status
.
sensor_status
.
data
=
bt_mesh_alloc_buf
(
length
)
;
btc_ble_mesh_lighting_model.c:410
btc_ble_mesh_lighting_server_copy_req_data()
if
(
p_dest_data
->
value
.
status
.
sensor_status
.
data
==
NULL
)
{
btc_ble_mesh_lighting_model.c:411
btc_ble_mesh_lighting_server_copy_req_data()
net_buf_simple_add_mem
(
p_dest_data
->
value
.
status
.
sensor_status
.
data
,
btc_ble_mesh_lighting_model.c:415
btc_ble_mesh_lighting_server_copy_req_data()
p_src_data
->
value
.
status
.
sensor_status
.
data
->
data
,
btc_ble_mesh_lighting_model.c:416
btc_ble_mesh_lighting_server_copy_req_data()
p_src_data
->
value
.
status
.
sensor_status
.
data
->
len
)
;
btc_ble_mesh_lighting_model.c:417
btc_ble_mesh_lighting_server_copy_req_data()
bt_mesh_free_buf
(
arg
->
value
.
status
.
sensor_status
.
data
)
;
btc_ble_mesh_lighting_model.c:452
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::status
is read by 2 functions:
All items filtered out
esp_ble_mesh_lighting_server_cb_value_t::status
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