Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_cl.c90 … if (p_clcb->op_subtype == GATT_DISC_SRVC_BY_UUID) /* fill in the FindByTypeValue request info*/ in gatt_act_discovery()
453 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_SRVC_BY_UUID) in gatt_process_find_type_value_rsp()
Dgatt_api.c849 (disc_type == GATT_DISC_SRVC_BY_UUID && in GATTC_Discover()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h384 GATT_DISC_SRVC_BY_UUID, /* discover service of a special type */ enumerator
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c461 if (disc_type == GATT_DISC_SRVC_ALL || disc_type == GATT_DISC_SRVC_BY_UUID) in bta_gattc_discover_procedure()
935 case GATT_DISC_SRVC_BY_UUID: in bta_gattc_disc_res_cback()