OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_MAX_READ_MULTI_HANDLES
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
438
#define
GATT_MAX_READ_MULTI_HANDLES
10 /* Max attributes to read in one request */
443
UINT16 handles[
GATT_MAX_READ_MULTI_HANDLES
]; /* handles list to be read */
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
216
#define BTA_GATTC_MULTI_MAX
GATT_MAX_READ_MULTI_HANDLES
[
all
...]
/external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c
427
while (ll >= 2 && p_tcb->sr_cmd.multi_req.num_handles <
GATT_MAX_READ_MULTI_HANDLES
)
[
all
...]
Completed in 25 milliseconds