ESP-IDF
bta_gattc_get_cache_attr_length()
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_get_cache_attr_length()
bta_gattc_get_cache_attr_length() function
Syntax
Show:
Summary
Declaration
Definition
from
bta_gattc_co.h:112
extern
size_t
bta_gattc_get_cache_attr_length
(
UINT8
index
)
;
Implemented in
bta_gattc_co.c:294
Arguments
Argument
index
Examples
References
from
examples
Code
Location
Referrer
size_t
bta_gattc_get_cache_attr_length
(
UINT8
index
)
bta_gattc_co.c:294
extern
size_t
bta_gattc_get_cache_attr_length
(
UINT8
index
)
;
bta_gattc_co.h:112
size_t
num_attr
=
bta_gattc_get_cache_attr_length
(
index
)
/
sizeof
(
tBTA_GATTC_NV_ATTR
)
;
bta_gattc_cache.c:2152
bta_gattc_cache_load()
Call Tree
from
examples
bta_gattc_get_cache_attr_length()
is called by 1 function and calls 1 function:
bta_gattc_cache_load()
All items filtered out
bta_gattc_get_cache_attr_length()
nvs_get_blob()
All items filtered out
Data Use
from
examples
bta_gattc_get_cache_attr_length()
reads 4 variables:
cache_key
cache_addr_info_t::cache_fp
cache_env_t::cache_addr
cache_env
All items filtered out
bta_gattc_get_cache_attr_length()
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