ESP-IDF
esp_ble_mesh_df_server_cb_param_t::ctx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_df_server_cb_param_t::ctx
esp_ble_mesh_df_server_cb_param_t::ctx field
Context of the received message
Syntax
Show:
Summary
Declaration
from
esp_ble_mesh_df_model_api.h:667
esp_ble_mesh_msg_ctx_t
ctx
;
Examples
References
from
examples
Code
Location
Referrer
esp_ble_mesh_msg_ctx_t
ctx
;
/*!< Context of the received message */
esp_ble_mesh_df_model_api.h:667
cb_params
.
ctx
.
net_idx
=
ctx
->
net_idx
;
btc_ble_mesh_df_model.c:677
bt_mesh_df_server_cb_evt_to_btc()
cb_params
.
ctx
.
app_idx
=
ctx
->
app_idx
;
btc_ble_mesh_df_model.c:678
bt_mesh_df_server_cb_evt_to_btc()
cb_params
.
ctx
.
addr
=
ctx
->
addr
;
btc_ble_mesh_df_model.c:679
bt_mesh_df_server_cb_evt_to_btc()
cb_params
.
ctx
.
recv_ttl
=
ctx
->
recv_ttl
;
btc_ble_mesh_df_model.c:680
bt_mesh_df_server_cb_evt_to_btc()
cb_params
.
ctx
.
recv_op
=
ctx
->
recv_op
;
btc_ble_mesh_df_model.c:681
bt_mesh_df_server_cb_evt_to_btc()
cb_params
.
ctx
.
recv_dst
=
ctx
->
recv_dst
;
btc_ble_mesh_df_model.c:682
bt_mesh_df_server_cb_evt_to_btc()
cb_params
.
ctx
.
recv_rssi
=
ctx
->
recv_rssi
;
btc_ble_mesh_df_model.c:683
bt_mesh_df_server_cb_evt_to_btc()
cb_params
.
ctx
.
send_ttl
=
ctx
->
send_ttl
;
btc_ble_mesh_df_model.c:684
bt_mesh_df_server_cb_evt_to_btc()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_ble_mesh_df_server_cb_param_t::ctx
is read by 1 function:
All items filtered out
esp_ble_mesh_df_server_cb_param_t::ctx
bt_mesh_df_server_cb_evt_to_btc()
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