Searched refs:GATT_DISC_SRVC_BY_UUID (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h384 GATT_DISC_SRVC_BY_UUID, /* discover service of a special type */ enumerator in enum:__anon1261
524 UINT16 handle; /* When used with GATT_DISC_SRVC_BY_UUID type
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c461 if (disc_type == GATT_DISC_SRVC_ALL || disc_type == GATT_DISC_SRVC_BY_UUID)
935 case GATT_DISC_SRVC_BY_UUID:
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_cl.c46 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*/
453 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_SRVC_BY_UUID)
H A Dgatt_api.c849 (disc_type == GATT_DISC_SRVC_BY_UUID &&

Completed in 23 milliseconds