Searched refs:pSrvEle (Results 1 – 1 of 1) sorted by relevance
1689 …MBIM_DEVICE_SERVICE_ELEMENT_T *pSrvEle = (MBIM_DEVICE_SERVICE_ELEMENT_T *)((void *)pInfo + offset); in mbim_device_services_query() local1691 if (!strcasecmp(UUID_BASIC_CONNECT_EXT, uuid2str(&pSrvEle->DeviceServiceId))) { in mbim_device_services_query()1694 for (cid = 0; cid < le32toh(pSrvEle->CidCount); cid++) { in mbim_device_services_query()1695 if (MBIM_CID_MS_VERSION == le32toh(pSrvEle->CidList[cid])) { in mbim_device_services_query()