Searched refs:pConnectReq (Results 1 – 1 of 1) sorted by relevance
125 struct htc_service_connect_req *pConnectReq, in HTCConnectService() argument139 (unsigned long)target, pConnectReq->ServiceID)); in HTCConnectService()143 AR_DEBUG_ASSERT(pConnectReq->ServiceID != 0); in HTCConnectService()145 if (HTC_CTRL_RSVD_SVC == pConnectReq->ServiceID) { in HTCConnectService()163 pConnectMsg->ServiceID = pConnectReq->ServiceID; in HTCConnectService()164 pConnectMsg->ConnectionFlags = pConnectReq->ConnectionFlags; in HTCConnectService()166 if ((pConnectReq->pMetaData != NULL) && in HTCConnectService()167 (pConnectReq->MetaDataLength <= HTC_SERVICE_META_DATA_MAX_LENGTH)) { in HTCConnectService()170 pConnectReq->pMetaData, in HTCConnectService()171 pConnectReq->MetaDataLength); in HTCConnectService()[all …]