OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_DISC_SRVC_BY_UUID
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c
64
"
GATT_DISC_SRVC_BY_UUID
",
158
case
GATT_DISC_SRVC_BY_UUID
:
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_cache.c
459
if (disc_type == GATT_DISC_SRVC_ALL || disc_type ==
GATT_DISC_SRVC_BY_UUID
)
925
case
GATT_DISC_SRVC_BY_UUID
:
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
387
GATT_DISC_SRVC_BY_UUID
, /* discover service of a special type */
527
UINT16 handle; /* When used with
GATT_DISC_SRVC_BY_UUID
type
[
all
...]
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
46
GATT_REQ_FIND_TYPE_VALUE, /*
GATT_DISC_SRVC_BY_UUID
, */
90
if (p_clcb->op_subtype ==
GATT_DISC_SRVC_BY_UUID
) /* fill in the FindByTypeValue request info*/
400
if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype !=
GATT_DISC_SRVC_BY_UUID
)
[
all
...]
gatt_api.c
849
(disc_type ==
GATT_DISC_SRVC_BY_UUID
&&
[
all
...]
Completed in 499 milliseconds