ESP-IDF
btc_ble_mesh_prov_args_t::node_add_local_app_key
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
btc_ble_mesh_prov_args_t::node_add_local_app_key
btc_ble_mesh_prov_args_t::node_add_local_app_key field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:127
struct
ble_mesh_node_add_local_app_key_args
{
uint8_t
app_key
[
16
]
;
uint16_t
net_idx
;
uint16_t
app_idx
;
}
node_add_local_app_key
;
Examples
References
from
examples
Code
Location
Referrer
}
node_add_local_app_key
;
btc_ble_mesh_prov.h:131
param
.
node_add_app_key_comp
.
net_idx
=
arg
->
node_add_local_app_key
.
net_idx
;
btc_ble_mesh_prov.c:2359
btc_ble_mesh_prov_call_handler()
param
.
node_add_app_key_comp
.
app_idx
=
arg
->
node_add_local_app_key
.
app_idx
;
btc_ble_mesh_prov.c:2360
btc_ble_mesh_prov_call_handler()
bt_mesh_node_local_app_key_add
(
arg
->
node_add_local_app_key
.
net_idx
,
btc_ble_mesh_prov.c:2362
btc_ble_mesh_prov_call_handler()
arg
->
node_add_local_app_key
.
app_idx
,
btc_ble_mesh_prov.c:2363
btc_ble_mesh_prov_call_handler()
arg
->
node_add_local_app_key
.
app_key
)
;
btc_ble_mesh_prov.c:2364
btc_ble_mesh_prov_call_handler()
arg
.
node_add_local_app_key
.
net_idx
=
net_idx
;
esp_ble_mesh_local_data_operation_api.c:188
esp_ble_mesh_node_add_local_app_key()
arg
.
node_add_local_app_key
.
app_idx
=
app_idx
;
esp_ble_mesh_local_data_operation_api.c:189
esp_ble_mesh_node_add_local_app_key()
memcpy
(
arg
.
node_add_local_app_key
.
app_key
,
app_key
,
16
)
;
esp_ble_mesh_local_data_operation_api.c:190
esp_ble_mesh_node_add_local_app_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_ble_mesh_prov_args_t::node_add_local_app_key
is read by 2 functions:
All items filtered out
btc_ble_mesh_prov_args_t::node_add_local_app_key
esp_ble_mesh_node_add_local_app_key()
btc_ble_mesh_prov_call_handler()
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