Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_main.c464 case BTA_GATTC_API_READ_EVT: in gattc_evt_code()
Dbta_gattc_api.c571 p_buf->hdr.event = BTA_GATTC_API_READ_EVT; in BTA_GATTC_ReadCharacteristic()
607 p_buf->hdr.event = BTA_GATTC_API_READ_EVT; in BTA_GATTC_ReadCharDescr()
Dbta_gattc_int.h45 BTA_GATTC_API_READ_EVT, enumerator
Dbta_gattc_act.c72 BTA_GATTC_API_READ_EVT,
1490 mapped_op = p_clcb->p_q_cmd->hdr.event - BTA_GATTC_API_READ_EVT + GATTC_OPTYPE_READ; in bta_gattc_op_cmpl()