ESP-IDF
MAX_DEVICE_IN_CACHE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
MAX_DEVICE_IN_CACHE
MAX_DEVICE_IN_CACHE macro
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:40
#define
MAX_DEVICE_IN_CACHE
50
Examples
References
from
examples
Code
Location
#define
MAX_DEVICE_IN_CACHE
50
ble_gattc_cache.c:33
#define
MAX_DEVICE_IN_CACHE
50
bta_gattc_co.c:40
cache_addr_info_t
cache_addr
[
MAX_DEVICE_IN_CACHE
]
;
bta_gattc_co.c:96
if
(
cache_env
->
num_addr
>=
MAX_DEVICE_IN_CACHE
)
{
bta_gattc_co.c:547
assert
(
new_index
<
MAX_DEVICE_IN_CACHE
)
;
bta_gattc_co.c:552
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