Home
last modified time | relevance | path

Searched refs:cmpl_evt (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_api.c346 p_buf->cmpl_evt = BTA_GATTC_READ_CHAR_EVT; in BTA_GATTC_ReadCharacteristic()
372 p_buf->cmpl_evt = BTA_GATTC_READ_DESCR_EVT; in BTA_GATTC_ReadCharDescr()
436 p_buf->cmpl_evt = BTA_GATTC_WRITE_CHAR_EVT; in BTA_GATTC_WriteCharValue()
478 p_buf->cmpl_evt = BTA_GATTC_WRITE_DESCR_EVT; in BTA_GATTC_WriteCharDescr()
Dbta_gattc_int.h127 tBTA_GATTC_EVT cmpl_evt; member
135 tBTA_GATTC_EVT cmpl_evt; member
Dbta_gattc_act.c1263 event = p_clcb->p_q_cmd->api_read.cmpl_evt; in bta_gattc_read_cmpl()
1296 event = p_clcb->p_q_cmd->api_write.cmpl_evt; in bta_gattc_write_cmpl()