Searched refs:p_cmpl (Results 1 – 2 of 2) sorted by relevance
1252 if (p_data->p_cmpl != NULL && p_data->status == BTA_GATT_OK) in bta_gattc_read_cmpl()1254 cb_data.read.handle = p_data->p_cmpl->att_value.handle; in bta_gattc_read_cmpl()1256 read_value.len = p_data->p_cmpl->att_value.len; in bta_gattc_read_cmpl()1257 read_value.p_value = p_data->p_cmpl->att_value.value; in bta_gattc_read_cmpl()1288 cb_data.write.handle = p_data->p_cmpl->att_value.handle; in bta_gattc_write_cmpl()1343 if (p_data->p_cmpl && p_data->status == BTA_GATT_OK) in bta_gattc_cfg_mtu_cmpl()1344 p_clcb->p_srcb->mtu = p_data->p_cmpl->mtu; in bta_gattc_cfg_mtu_cmpl()1913 p_buf->p_cmpl = (tGATT_CL_COMPLETE *)(p_buf + 1); in bta_gattc_cmpl_sendmsg()1914 memcpy(p_buf->p_cmpl, p_data, sizeof(tGATT_CL_COMPLETE)); in bta_gattc_cmpl_sendmsg()
161 tBTA_GATTC_CMPL *p_cmpl; member