OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_READ_BY_TYPE
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
140
case
GATT_READ_BY_TYPE
:
144
if (p_clcb->op_subtype ==
GATT_READ_BY_TYPE
)
838
else if (p_clcb->operation == GATTC_OPTYPE_READ && p_clcb->op_subtype ==
GATT_READ_BY_TYPE
)
[
all
...]
gatt_api.c
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
417
GATT_READ_BY_TYPE
= 1,
426
/* Read By Type Request (
GATT_READ_BY_TYPE
) Data
[
all
...]
/external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c
214
if (GATTC_Read(conn_id,
GATT_READ_BY_TYPE
, ¶m) == GATT_SUCCESS)
/external/bluetooth/bluedroid/stack/gap/
gap_ble.c
755
if (GATTC_Read(p_clcb->conn_id,
GATT_READ_BY_TYPE
, ¶m) != GATT_SUCCESS)
Completed in 54 milliseconds