ESP-IDF
btc_ble_mesh_prov_args_t::node_add_local_net_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_net_key
btc_ble_mesh_prov_args_t::node_add_local_net_key field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:123
struct
ble_mesh_node_add_local_net_key_args
{
uint8_t
net_key
[
16
]
;
uint16_t
net_idx
;
}
node_add_local_net_key
;
Examples
References
from
examples
Code
Location
Referrer
}
node_add_local_net_key
;
btc_ble_mesh_prov.h:126
param
.
node_add_net_key_comp
.
net_idx
=
arg
->
node_add_local_net_key
.
net_idx
;
btc_ble_mesh_prov.c:2352
btc_ble_mesh_prov_call_handler()
bt_mesh_node_local_net_key_add
(
arg
->
node_add_local_net_key
.
net_idx
,
btc_ble_mesh_prov.c:2354
btc_ble_mesh_prov_call_handler()
arg
->
node_add_local_net_key
.
net_key
)
;
btc_ble_mesh_prov.c:2355
btc_ble_mesh_prov_call_handler()
arg
.
node_add_local_net_key
.
net_idx
=
net_idx
;
esp_ble_mesh_local_data_operation_api.c:166
esp_ble_mesh_node_add_local_net_key()
memcpy
(
arg
.
node_add_local_net_key
.
net_key
,
net_key
,
16
)
;
esp_ble_mesh_local_data_operation_api.c:167
esp_ble_mesh_node_add_local_net_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_net_key
is read by 2 functions:
All items filtered out
btc_ble_mesh_prov_args_t::node_add_local_net_key
esp_ble_mesh_node_add_local_net_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