Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_act.cc1184 uint8_t op = (uint8_t)p_data->op_cmpl.op_code; in bta_gattc_op_cmpl()
1215 p_data->op_cmpl.status = GATT_ERROR; in bta_gattc_op_cmpl()
1220 bta_gattc_read_cmpl(p_clcb, &p_data->op_cmpl); in bta_gattc_op_cmpl()
1223 bta_gattc_write_cmpl(p_clcb, &p_data->op_cmpl); in bta_gattc_op_cmpl()
1226 bta_gattc_exec_cmpl(p_clcb, &p_data->op_cmpl); in bta_gattc_op_cmpl()
1229 bta_gattc_cfg_mtu_cmpl(p_clcb, &p_data->op_cmpl); in bta_gattc_op_cmpl()
Dbta_gattc_int.h202 tBTA_GATTC_OP_CMPL op_cmpl; member