ESP-IDF
MAX_ADDR_LIST_CACHE_BUF
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_ADDR_LIST_CACHE_BUF
MAX_ADDR_LIST_CACHE_BUF macro
Syntax
Show:
Summary
Declaration
from
bta_gattc_co.c:41
#define
MAX_ADDR_LIST_CACHE_BUF
2048
Examples
References
from
examples
Code
Location
#define
MAX_ADDR_LIST_CACHE_BUF
2048
ble_gattc_cache.c:34
#define
MAX_ADDR_LIST_CACHE_BUF
2048
bta_gattc_co.c:41
UINT8
*
p_buf
=
osi_malloc
(
MAX_ADDR_LIST_CACHE_BUF
)
;
bta_gattc_co.c:193
size_t
length
=
MAX_ADDR_LIST_CACHE_BUF
;
bta_gattc_co.c:394
UINT8
*
p_buf
=
osi_malloc
(
MAX_ADDR_LIST_CACHE_BUF
)
;
bta_gattc_co.c:395
UINT8
*
p_buf
=
osi_malloc
(
MAX_ADDR_LIST_CACHE_BUF
)
;
bta_gattc_co.c:533
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