Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.cc362 p_buf->hdr.event = BTA_GATTC_API_READ_EVT; in BTA_GATTC_ReadCharacteristic()
383 p_buf->hdr.event = BTA_GATTC_API_READ_EVT; in BTA_GATTC_ReadUsingCharUuid()
414 p_buf->hdr.event = BTA_GATTC_API_READ_EVT; in BTA_GATTC_ReadCharDescr()
Dbta_gattc_main.cc426 case BTA_GATTC_API_READ_EVT: in gattc_evt_code()
Dbta_gattc_int.h48 BTA_GATTC_API_READ_EVT, enumerator
Dbta_gattc_act.cc89 BTA_GATTC_API_READ_EVT, /* GATTC_OPTYPE_READ */
937 p_clcb->p_q_cmd->hdr.event - BTA_GATTC_API_READ_EVT + GATTC_OPTYPE_READ; in bta_gattc_op_cmpl()