ESP-IDF
bta_gattc_co_cache_addr_save()
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
bta_gattc_co_cache_addr_save()
bta_gattc_co_cache_addr_save() function
Syntax
Show:
Summary
Declaration
Definition
from
bta_gattc_co.h:128
extern
void
bta_gattc_co_cache_addr_save
(
BD_ADDR
bd_addr
,
hash_key_t
hash_key
)
;
Implemented in
bta_gattc_co.c:528
Arguments
Argument
bd_addr
hash_key
Examples
References
from
examples
Code
Location
Referrer
void
bta_gattc_co_cache_addr_save
(
BD_ADDR
bd_addr
,
hash_key_t
hash_key
)
bta_gattc_co.c:528
extern
void
bta_gattc_co_cache_addr_save
(
BD_ADDR
bd_addr
,
hash_key_t
hash_key
)
;
bta_gattc_co.h:128
bta_gattc_co_cache_addr_save
(
server_bda
,
hash_key
)
;
bta_gattc_co.c:331
bta_gattc_co_cache_save()
Call Tree
from
examples
bta_gattc_co_cache_addr_save()
is called by 1 function and calls 9 functions:
bta_gattc_co_cache_save()
All items filtered out
bta_gattc_co_cache_addr_save()
__assert_func()
free()
esp_log_timestamp()
esp_log_write()
osi_malloc_func()
nvs_open()
nvs_set_blob()
bta_gattc_co_find_addr_in_cache()
cacheReset()
All items filtered out
Data Use
from
examples
bta_gattc_co_cache_addr_save()
reads 14 variables and writes 2 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
nvs_open_mode_t::NVS_READWRITE
cache_key
cache_addr
cache_addr_info_t::addr
cache_addr_info_t::hash_key
cache_env_t::addr_fp
cache_env_t::is_open
cache_env_t::num_addr
cache_env_t::cache_addr
cache_env
All items filtered out
bta_gattc_co_cache_addr_save()
cache_env_t::is_open
cache_env_t::num_addr
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