ESP-IDF
GATT_CACHE_PREFIX
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
GATT_CACHE_PREFIX
GATT_CACHE_PREFIX macro
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:38
#define
GATT_CACHE_PREFIX
"gatt_"
Examples
References
from
examples
Code
Location
#define
GATT_CACHE_PREFIX
"gatt_"
ble_gattc_cache.c:31
#define
GATT_CACHE_PREFIX
"/data/misc/bluetooth/gatt_cache_"
bta_gattc_cache.c:68
#define
GATT_CACHE_PREFIX
"gatt_"
bta_gattc_co.c:38
sprintf
(
buffer
,
"%s%02x%02x%02x%02x%02x%02x"
,
GATT_CACHE_PREFIX
,
bta_gattc_cache.c:73
sprintf
(
buffer
,
"%s%02x%02x%02x%02x"
,
GATT_CACHE_PREFIX
,
bta_gattc_co.c:103
Call Tree
from
examples
All items filtered out
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