ESP-IDF
bt_mesh_clear_app_key()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
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_clear_app_key()
bt_mesh_clear_app_key() function
Syntax
Show:
Summary
Declaration
Definition
from
settings.h:41
void
bt_mesh_clear_app_key
(
struct
bt_mesh_app_key
*
key
)
;
Implemented in
settings.c:2324
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()
store_app_key()
bt_mesh_store_p_app_key()
Examples
References
from
examples
Code
Location
Referrer
void
bt_mesh_clear_app_key
(
struct
bt_mesh_app_key
*
key
)
settings.c:2324
void
bt_mesh_clear_app_key
(
struct
bt_mesh_app_key
*
key
)
;
settings.h:41
bt_mesh_clear_app_key
(
key
)
;
cfg_srv.c:643
bt_mesh_app_key_del()
Call Tree
from
examples
bt_mesh_clear_app_key()
is called by 1 function and calls 5 functions:
bt_mesh_app_key_del()
All items filtered out
bt_mesh_clear_app_key()
esp_log_timestamp()
esp_log_write()
clear_app_key()
schedule_store()
key_update_find()
All items filtered out
Data Use
from
examples
bt_mesh_clear_app_key()
reads 3 variables and writes 4 variables:
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_app_key::app_idx
::BLE_MESH_KEYS_PENDING
All items filtered out
bt_mesh_clear_app_key()
key_update::key_idx
key_update::valid
key_update::app_key
key_update::clear
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