Lines Matching refs:rxHeader
174 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchGnssResponse() local
179 if (rxHeader->command > CHPP_GNSS_CLIENT_REQUEST_MAX) { in chppDispatchGnssResponse()
184 &gnssClientContext->rRState[rxHeader->command], rxHeader)) { in chppDispatchGnssResponse()
188 switch (rxHeader->command) { in chppDispatchGnssResponse()
250 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchGnssNotification() local
255 switch (rxHeader->command) { in chppDispatchGnssNotification()
386 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssGetCapabilitiesResult() local
387 CHPP_LOGE("GetCapabilities resp. too short. err=%" PRIu8, rxHeader->error); in chppGnssGetCapabilitiesResult()
422 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssControlLocationSessionResult() local
423 CHPP_LOGE("ControlLocation resp. too short. err=%" PRIu8, rxHeader->error); in chppGnssControlLocationSessionResult()
425 if (rxHeader->error == CHPP_APP_ERROR_NONE) { in chppGnssControlLocationSessionResult()
426 rxHeader->error = CHPP_APP_ERROR_INVALID_LENGTH; in chppGnssControlLocationSessionResult()
429 false, chppAppErrorToChreError(rxHeader->error)); in chppGnssControlLocationSessionResult()
462 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssControlMeasurementSessionResult() local
463 CHPP_LOGE("Measurement resp. too short. err=%" PRIu8, rxHeader->error); in chppGnssControlMeasurementSessionResult()
465 if (rxHeader->error == CHPP_APP_ERROR_NONE) { in chppGnssControlMeasurementSessionResult()
466 rxHeader->error = CHPP_APP_ERROR_INVALID_LENGTH; in chppGnssControlMeasurementSessionResult()
469 false, chppAppErrorToChreError(rxHeader->error)); in chppGnssControlMeasurementSessionResult()
500 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppGnssConfigurePassiveLocationListenerResult() local
502 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppGnssConfigurePassiveLocationListenerResult()
503 CHPP_LOGE("Passive scan failed at service err=%" PRIu8, rxHeader->error); in chppGnssConfigurePassiveLocationListenerResult()