Searched refs:op_cmpl (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_act.c983 tBTA_GATTC_OP_CMPL op_cmpl; local
986 memset (&op_cmpl, 0 ,sizeof(tBTA_GATTC_OP_CMPL));
995 op_cmpl.status = BTA_GATT_ERROR;
1002 op_cmpl.status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_HANDLE, &read_param);
1006 if (op_cmpl.status != BTA_GATT_OK)
1008 op_cmpl.op_code = GATTC_OPTYPE_READ;
1009 op_cmpl.p_cmpl = NULL;
1011 bta_gattc_sm_execute(p_clcb, BTA_GATTC_OP_CMPL_EVT, (tBTA_GATTC_DATA *)&op_cmpl);
1028 tBTA_GATTC_OP_CMPL op_cmpl; local
1077 memset(&op_cmpl,
1100 tBTA_GATTC_OP_CMPL op_cmpl; local
1148 tBTA_GATTC_OP_CMPL op_cmpl; local
[all...]
H A Dbta_gattc_int.h220 tBTA_GATTC_OP_CMPL op_cmpl; member in union:__anon547

Completed in 67 milliseconds