ESP-IDF
btc_ble_mesh_prov_args_t::update_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::update_local_net_key
btc_ble_mesh_prov_args_t::update_local_net_key field
Syntax
Show:
Summary
Declaration
from
btc_ble_mesh_prov.h:212
struct
ble_mesh_provisioner_update_local_net_key_args
{
uint8_t
net_key
[
16
]
;
uint16_t
net_idx
;
}
update_local_net_key
;
Examples
References
from
examples
Code
Location
Referrer
}
update_local_net_key
;
btc_ble_mesh_prov.h:215
param
.
provisioner_update_net_key_comp
.
net_idx
=
arg
->
update_local_net_key
.
net_idx
;
btc_ble_mesh_prov.c:2562
btc_ble_mesh_prov_call_handler()
bt_mesh_provisioner_local_net_key_update
(
arg
->
update_local_net_key
.
net_key
,
btc_ble_mesh_prov.c:2564
btc_ble_mesh_prov_call_handler()
arg
->
update_local_net_key
.
net_idx
)
;
btc_ble_mesh_prov.c:2565
btc_ble_mesh_prov_call_handler()
memcpy
(
arg
.
update_local_net_key
.
net_key
,
net_key
,
16
)
;
esp_ble_mesh_networking_api.c:519
esp_ble_mesh_provisioner_update_local_net_key()
arg
.
update_local_net_key
.
net_idx
=
net_idx
;
esp_ble_mesh_networking_api.c:520
esp_ble_mesh_provisioner_update_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::update_local_net_key
is read by 2 functions:
All items filtered out
btc_ble_mesh_prov_args_t::update_local_net_key
esp_ble_mesh_provisioner_update_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