ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_ble_mesh_lighting_server_cb_param_t::ctx
from the following samples and libraries:
aligenie_demo sample
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_param_t::ctx
esp_ble_mesh_lighting_server_cb_param_t::ctx field
Context of the received messages
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_lighting_model_api.h:1616
esp_ble_mesh_msg_ctx_t
ctx
;
Examples
esp_ble_mesh_lighting_server_cb_param_t::ctx
is referenced by 1 libraries and example projects:
aligenie_demo sample
References
from
0/1
examples
Code
Location
Referrer
esp_ble_mesh_msg_ctx_t
ctx
;
/*!< Context of the received messages */
esp_ble_mesh_lighting_model_api.h:1616
if
(
p_src_data
->
ctx
.
recv_op
==
ESP_BLE_MESH_MODEL_OP_LIGHT_LC_PROPERTY_SET
||
btc_ble_mesh_lighting_model.c:375
btc_ble_mesh_lighting_server_copy_req_data()
p_src_data
->
ctx
.
recv_op
==
ESP_BLE_MESH_MODEL_OP_LIGHT_LC_PROPERTY_SET_UNACK
)
{
btc_ble_mesh_lighting_model.c:376
btc_ble_mesh_lighting_server_copy_req_data()
if
(
p_src_data
->
ctx
.
recv_op
==
ESP_BLE_MESH_MODEL_OP_LIGHT_LC_PROPERTY_SET
||
btc_ble_mesh_lighting_model.c:391
btc_ble_mesh_lighting_server_copy_req_data()
p_src_data
->
ctx
.
recv_op
==
ESP_BLE_MESH_MODEL_OP_LIGHT_LC_PROPERTY_SET_UNACK
)
{
btc_ble_mesh_lighting_model.c:392
btc_ble_mesh_lighting_server_copy_req_data()
if
(
p_src_data
->
ctx
.
recv_op
==
ESP_BLE_MESH_MODEL_OP_SENSOR_STATUS
)
{
btc_ble_mesh_lighting_model.c:407
btc_ble_mesh_lighting_server_copy_req_data()
if
(
arg
->
ctx
.
recv_op
==
ESP_BLE_MESH_MODEL_OP_LIGHT_LC_PROPERTY_SET
||
btc_ble_mesh_lighting_model.c:439
btc_ble_mesh_lighting_server_free_req_data()
arg
->
ctx
.
recv_op
==
ESP_BLE_MESH_MODEL_OP_LIGHT_LC_PROPERTY_SET_UNACK
)
{
btc_ble_mesh_lighting_model.c:440
btc_ble_mesh_lighting_server_free_req_data()
if
(
arg
->
ctx
.
recv_op
==
ESP_BLE_MESH_MODEL_OP_LIGHT_LC_PROPERTY_SET
||
btc_ble_mesh_lighting_model.c:445
btc_ble_mesh_lighting_server_free_req_data()
arg
->
ctx
.
recv_op
==
ESP_BLE_MESH_MODEL_OP_LIGHT_LC_PROPERTY_SET_UNACK
)
{
btc_ble_mesh_lighting_model.c:446
btc_ble_mesh_lighting_server_free_req_data()
if
(
arg
->
ctx
.
recv_op
==
ESP_BLE_MESH_MODEL_OP_SENSOR_STATUS
)
{
btc_ble_mesh_lighting_model.c:451
btc_ble_mesh_lighting_server_free_req_data()
cb_params
.
ctx
.
net_idx
=
ctx
->
net_idx
;
btc_ble_mesh_lighting_model.c:509
bt_mesh_lighting_server_cb_evt_to_btc()
cb_params
.
ctx
.
app_idx
=
ctx
->
app_idx
;
btc_ble_mesh_lighting_model.c:510
bt_mesh_lighting_server_cb_evt_to_btc()
cb_params
.
ctx
.
addr
=
ctx
->
addr
;
btc_ble_mesh_lighting_model.c:511
bt_mesh_lighting_server_cb_evt_to_btc()
cb_params
.
ctx
.
recv_ttl
=
ctx
->
recv_ttl
;
btc_ble_mesh_lighting_model.c:512
bt_mesh_lighting_server_cb_evt_to_btc()
cb_params
.
ctx
.
recv_op
=
ctx
->
recv_op
;
btc_ble_mesh_lighting_model.c:513
bt_mesh_lighting_server_cb_evt_to_btc()
cb_params
.
ctx
.
recv_dst
=
ctx
->
recv_dst
;
btc_ble_mesh_lighting_model.c:514
bt_mesh_lighting_server_cb_evt_to_btc()
cb_params
.
ctx
.
recv_rssi
=
ctx
->
recv_rssi
;
btc_ble_mesh_lighting_model.c:515
bt_mesh_lighting_server_cb_evt_to_btc()
cb_params
.
ctx
.
send_ttl
=
ctx
->
send_ttl
;
btc_ble_mesh_lighting_model.c:516
bt_mesh_lighting_server_cb_evt_to_btc()
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_param_t::ctx
is read by 3 functions:
All items filtered out
esp_ble_mesh_lighting_server_cb_param_t::ctx
btc_ble_mesh_lighting_server_copy_req_data()
btc_ble_mesh_lighting_server_free_req_data()
bt_mesh_lighting_server_cb_evt_to_btc()
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