ESP-IDF
BTA_GATTC_MULTI_MAX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
BTA_GATTC_MULTI_MAX
BTA_GATTC_MULTI_MAX macro
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:259
#define
BTA_GATTC_MULTI_MAX
GATT_MAX_READ_MULTI_HANDLES
Examples
References
from
examples
Code
Location
#define
BTA_GATTC_MULTI_MAX
GATT_MAX_READ_MULTI_HANDLES
bta_gatt_api.h:259
UINT16
handles
[
BTA_GATTC_MULTI_MAX
]
;
bta_gatt_api.h:263
memcpy
(
bta_multi
.
handles
,
arg
->
read_multiple
.
handles
,
BTA_GATTC_MULTI_MAX
)
;
btc_gattc.c:610
memcpy
(
bta_multi
.
handles
,
arg
->
read_multiple
.
handles
,
BTA_GATTC_MULTI_MAX
)
;
btc_gattc.c:618
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