Searched refs:p_cmpl (Results 1 – 2 of 2) sorted by relevance
955 op_cmpl.p_cmpl = NULL; in bta_gattc_read()1029 op_cmpl.p_cmpl = NULL; in bta_gattc_read_multi()1080 op_cmpl.p_cmpl = NULL; in bta_gattc_write()1109 op_cmpl.p_cmpl = NULL; in bta_gattc_execute()1165 if (p_data->p_cmpl != NULL && p_data->status == BTA_GATT_OK) in bta_gattc_read_cmpl()1168 p_data->p_cmpl->att_value.handle, in bta_gattc_read_cmpl()1174 … APPL_TRACE_ERROR1("can not map to GATT ID. handle = 0x%04x", p_data->p_cmpl->att_value.handle); in bta_gattc_read_cmpl()1180 &p_data->p_cmpl->att_value, in bta_gattc_read_cmpl()1216 if (p_data->p_cmpl != NULL) in bta_gattc_write_cmpl()1218 bta_gattc_handle2id(p_clcb->p_srcb, p_data->p_cmpl->handle, in bta_gattc_write_cmpl()[all …]
163 tBTA_GATTC_CMPL *p_cmpl; member