ESP-IDF
bt_mesh_provisioner_local_app_key_add()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_app_key_add()
bt_mesh_provisioner_local_app_key_add() function
Syntax
Show:
Summary
Declaration
from
pvnr_mgmt.h:96
int
bt_mesh_provisioner_local_app_key_add
(
const
uint8_t
app_key
[
16
]
,
uint16_t
net_idx
,
uint16_t
*
app_idx
)
;
Arguments
Argument
app_key
net_idx
app_idx
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_provisioner_local_app_key_add
(
const
uint8_t
app_key
[
16
]
,
pvnr_mgmt.c:904
int
bt_mesh_provisioner_local_app_key_add
(
const
uint8_t
app_key
[
16
]
,
pvnr_mgmt.h:96
bt_mesh_provisioner_local_app_key_add
(
app_key
,
arg
->
add_local_app_key
.
net_idx
,
btc_ble_mesh_prov.c:2522
btc_ble_mesh_prov_call_handler()
Call Tree
from
examples
bt_mesh_provisioner_local_app_key_add()
is called by 1 function and calls 12 functions:
btc_ble_mesh_prov_call_handler()
All items filtered out
bt_mesh_provisioner_local_app_key_add()
esp_log_timestamp()
esp_log_write()
bt_mesh_calloc()
bt_mesh_free()
bt_mesh_rand()
bt_mesh_store_p_app_idx()
bt_mesh_store_p_app_key()
bt_mesh_app_id()
provisioner_check_app_key()
provisioner_check_app_idx()
provisioner_check_app_key_full()
provisioner_check_net_idx()
All items filtered out
Data Use
from
examples
bt_mesh_provisioner_local_app_key_add()
reads 8 variables and writes 4 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
bt_mesh_app_key::app_idx
bt_mesh_app_keys::val
bt_mesh_net::p_app_keys
bt_mesh_net::p_app_idx_next
bt_mesh_app_key::keys
bt_mesh
All items filtered out
bt_mesh_provisioner_local_app_key_add()
bt_mesh_app_key::net_idx
bt_mesh_app_key::app_idx
bt_mesh_app_key::updated
bt_mesh_net::p_app_idx_next
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