ESP-IDF
bt_mesh_provisioner_local_net_key_update()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_provisioner_local_net_key_update()
bt_mesh_provisioner_local_net_key_update() function
Syntax
Show:
Summary
Declaration
Definition
from
pvnr_mgmt.h:108
int
bt_mesh_provisioner_local_net_key_update
(
const
uint8_t
net_key
[
16
]
,
uint16_t
net_idx
)
;
Implemented in
pvnr_mgmt.c:1264
Arguments
Argument
Declared as
net_key
const
uint8_t
[
16
]
net_idx
uint16_t
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_provisioner_local_net_key_update
(
const
uint8_t
net_key
[
16
]
,
uint16_t
net_idx
)
pvnr_mgmt.c:1264
int
bt_mesh_provisioner_local_net_key_update
(
const
uint8_t
net_key
[
16
]
,
uint16_t
net_idx
)
;
pvnr_mgmt.h:108
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()
Call Tree
from
examples
bt_mesh_provisioner_local_net_key_update()
is called by 1 function and calls 7 functions:
btc_ble_mesh_prov_call_handler()
All items filtered out
bt_mesh_provisioner_local_net_key_update()
esp_log_timestamp()
esp_log_write()
bt_mesh_net_secure_beacon_update()
bt_mesh_subnet_get()
bt_hex()
bt_mesh_net_keys_create()
bt_mesh_store_p_subnet()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_local_net_key_update()
reads 4 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_INFO
bt_mesh_subnet_keys::net
bt_mesh_subnet::keys
All items filtered out
bt_mesh_provisioner_local_net_key_update()
bt_mesh_subnet::kr_flag
bt_mesh_subnet::kr_phase
bt_mesh_subnet::node_id
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