Searched refs:p_cmpl (Results 1 – 2 of 2) sorted by relevance
856 if (handle == 0) handle = p_data->p_cmpl->att_value.handle; in bta_gattc_read_cmpl()862 p_data->p_cmpl->att_value.len, p_data->p_cmpl->att_value.value, in bta_gattc_read_cmpl()875 cb(p_clcb->bta_conn_id, p_data->status, p_data->p_cmpl->att_value.handle, in bta_gattc_write_cmpl()901 if (p_data->p_cmpl && p_data->status == GATT_SUCCESS) in bta_gattc_cfg_mtu_cmpl()902 p_clcb->p_srcb->mtu = p_data->p_cmpl->mtu; in bta_gattc_cfg_mtu_cmpl()1322 p_buf->p_cmpl = (tGATT_CL_COMPLETE*)(p_buf + 1); in bta_gattc_cmpl_sendmsg()1323 memcpy(p_buf->p_cmpl, p_data, sizeof(tGATT_CL_COMPLETE)); in bta_gattc_cmpl_sendmsg()
145 tBTA_GATTC_CMPL* p_cmpl; member