ESP-IDF
bt_mesh_store_p_app_key()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_store_p_app_key()
bt_mesh_store_p_app_key() function
Syntax
Show:
Summary
Declaration
from
settings.h:56
void
bt_mesh_store_p_app_key
(
struct
bt_mesh_app_key
*
key
)
;
Arguments
Argument
key
Related Functions
Found 4 other functions taking a
bt_mesh_app_key
argument:
Function
Description
bt_mesh_app_key_del()
Delete an Application key. All models bound to this application will remove this binding. All models publishing with this application will stop publishing.
bt_mesh_store_app_key()
bt_mesh_clear_app_key()
store_app_key()
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_store_p_app_key
(
struct
bt_mesh_app_key
*
key
)
;
settings.h:56
bt_mesh_store_p_app_key
(
key
)
;
pvnr_mgmt.c:995
bt_mesh_provisioner_local_app_key_add()
bt_mesh_store_p_app_key
(
key
)
;
pvnr_mgmt.c:1039
bt_mesh_provisioner_local_app_key_update()
Call Tree
from
examples
bt_mesh_store_p_app_key()
is called by 2 functions:
bt_mesh_provisioner_local_app_key_add()
bt_mesh_provisioner_local_app_key_update()
All items filtered out
bt_mesh_store_p_app_key()
All items filtered out
Data Use
from
examples
All items filtered out
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