ESP-IDF
GATT_MAX_READ_MULTI_HANDLES
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_MAX_READ_MULTI_HANDLES
GATT_MAX_READ_MULTI_HANDLES macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:459
#define
GATT_MAX_READ_MULTI_HANDLES
10
Examples
References
from
examples
Code
Location
#define
GATT_MAX_READ_MULTI_HANDLES
10
/* Max attributes to read in one request */
gatt_api.h:459
#define
BTA_GATTC_MULTI_MAX
GATT_MAX_READ_MULTI_HANDLES
bta_gatt_api.h:259
UINT16
handles
[
GATT_MAX_READ_MULTI_HANDLES
]
;
bta_gattc_int.h:200
UINT16
handles
[
GATT_MAX_READ_MULTI_HANDLES
]
;
/* handles list to be read */
gatt_api.h:463
while
(
ll
>=
2
&&
p_tcb
->
sr_cmd
.
multi_req
.
num_handles
<
GATT_MAX_READ_MULTI_HANDLES
)
{
gatt_sr.c:619
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