ESP-IDF
bt_mesh_provisioner_local_net_key_add()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_add()
bt_mesh_provisioner_local_net_key_add() function
Syntax
Show:
Summary
Declaration
from
pvnr_mgmt.h:106
int
bt_mesh_provisioner_local_net_key_add
(
const
uint8_t
net_key
[
16
]
,
uint16_t
*
net_idx
)
;
Arguments
Argument
net_key
net_idx
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_provisioner_local_net_key_add
(
const
uint8_t
net_key
[
16
]
,
uint16_t
*
net_idx
)
pvnr_mgmt.c:1172
int
bt_mesh_provisioner_local_net_key_add
(
const
uint8_t
net_key
[
16
]
,
uint16_t
*
net_idx
)
;
pvnr_mgmt.h:106
bt_mesh_provisioner_local_net_key_add
(
net_key
,
&
arg
->
add_local_net_key
.
net_idx
)
;
btc_ble_mesh_prov.c:2556
btc_ble_mesh_prov_call_handler()
err
=
bt_mesh_provisioner_local_net_key_add
(
net_key
,
&
net_idx
)
;
fast_prov.c:119
bt_mesh_fast_prov_net_key_add()
Call Tree
from
examples
bt_mesh_provisioner_local_net_key_add()
is called by 2 functions and calls 12 functions:
btc_ble_mesh_prov_call_handler()
bt_mesh_fast_prov_net_key_add()
All items filtered out
bt_mesh_provisioner_local_net_key_add()
esp_log_timestamp()
esp_log_write()
bt_mesh_calloc()
bt_mesh_free()
bt_mesh_rand()
bt_mesh_net_keys_create()
bt_mesh_directed_forwarding_sub_init()
bt_mesh_store_p_net_idx()
bt_mesh_store_p_subnet()
provisioner_check_net_key()
provisioner_check_net_idx()
provisioner_check_net_key_full()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_local_net_key_add()
reads 7 variables and writes 5 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
bt_mesh_net::p_sub
bt_mesh_net::p_net_idx_next
bt_mesh_subnet::net_idx
bt_mesh_subnet::keys
bt_mesh
All items filtered out
bt_mesh_provisioner_local_net_key_add()
bt_mesh_net::p_net_idx_next
bt_mesh_subnet::net_idx
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