ESP-IDF
cache_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
cache_key
cache_key variable
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:79
static
const
char
*
cache_key
=
"gattc_cache_key"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
cache_key
=
"gattc_cache_key"
;
bta_gattc_co.c:79
if
(
nvs_set_blob
(
cache_env
->
addr_fp
,
cache_key
,
p_buf
,
length
)
!=
ESP_OK
)
{
bta_gattc_co.c:207
cacheReset()
nvs_get_blob
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
,
cache_key
,
NULL
,
&
length
)
;
bta_gattc_co.c:281
bta_gattc_co_cache_load()
esp_err_t
err_code
=
nvs_get_blob
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
,
cache_key
,
attr
,
&
length
)
;
bta_gattc_co.c:283
bta_gattc_co_cache_load()
nvs_get_blob
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
,
cache_key
,
NULL
,
&
length
)
;
bta_gattc_co.c:302
bta_gattc_get_cache_attr_length()
esp_err_t
err_code
=
nvs_set_blob
(
cache_env
->
cache_addr
[
index
]
.
cache_fp
,
cache_key
,
bta_gattc_co.c:334
bta_gattc_co_cache_save()
if
(
(
err_code
=
nvs_get_blob
(
fp
,
cache_key
,
p_buf
,
&
length
)
)
!=
ESP_OK
)
{
bta_gattc_co.c:414
bta_gattc_co_cache_addr_init()
if
(
(
err_code
=
nvs_set_blob
(
cache_env
->
addr_fp
,
cache_key
,
p_buf
,
length
)
)
!=
ESP_OK
)
{
bta_gattc_co.c:571
bta_gattc_co_cache_addr_save()
if
(
(
err_code
=
nvs_set_blob
(
cache_env
->
addr_fp
,
cache_key
,
p_buf
,
length
)
)
!=
ESP_OK
)
{
bta_gattc_co.c:577
bta_gattc_co_cache_addr_save()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cache_key
is read by 6 functions:
All items filtered out
cache_key
cacheReset()
bta_gattc_co_cache_load()
bta_gattc_get_cache_attr_length()
bta_gattc_co_cache_save()
bta_gattc_co_cache_addr_init()
bta_gattc_co_cache_addr_save()
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