le_ecall_interface.h
Go to the documentation of this file.
27 * The Mobile Network Operator handles the eCall like any other 112 call and routes the call to the30 * At the same time, a digital "minimum set of data" (MSD) message is sent over the voice call using56 * - le_ecall_ForceOnlyMode(): this function configures the eCall operation mode to eCall only, only62 * - le_ecall_ForcePersistentOnlyMode(): Same as le_ecall_ForceOnlyMode(), but the change persists71 * - le_ecall_GetConfiguredOperationMode(): this function allows the user to retrieve the configured109 * An application can also call le_ecall_GetTerminationReason() to retrieve the reason of the call111 * le_ecall_GetPlatformSpecificTerminationCode() to get platform specific termination code (refer116 * If another application tries to use the eCall service while a session is already in progress, the117 * le_ecall_StartManual(), le_ecall_StartAutomatic(), le_ecall_StartTest() functions will return a119 * application can follow the session progress with 'state' functions like le_ecall_GetState() and134 * @warning Those functions return a LE_DUPLICATE error when the MSD has been already imported with146 * The prepared MSD must answer the requirements described in the "EN 15722:2013" publication (this147 * publication has been prepared by Technical Committee CEN/TC 278 “Intelligent Transport Systems").152 * @warning The imported MSD overwrites the control flags (automaticActivation and testCall) set by160 * The MSD can be updated before calling le_ecall_SendMsd(), using the e_ecall_ImportMsd() function165 * To perform an emergency call following the ERA-GLONASS requirements, the 'systemStandard' entry178 * - le_ecall_SetEraGlonassAutoDialAttempts(): set the AUTO_DIAL_ATTEMPTS value. If a dial attempt184 * - le_ecall_SetEraGlonassDialDuration(): set the ECALL_DIAL_DURATION time. It is the maximum time271 * In the case of PAN-EUROPEAN, the redial can be performed as many times as desired but should be274 * In the case of ERA-GLONASS, the redial can be performed ECALL_MANUAL_DIAL_ATTEMPTS times within294 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" PsapNumber296 * @note That PSAP number is not applied to a manual or an automatically initiated eCall. For these310 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" NadTime325 * network for the duration of this timer and then automatically deregisters from the network upon331 * - If its duration is set to one hour, the @ref LE_ECALL_STATE_TIMEOUT_T9 event will be reported.358 * After termination of an emergency call the in-vehicle system remains registered on the network370 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" DialTimer393 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Standard399 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" MsdVersion405 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Vehicle417 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Propulsion424 * A sample code that implements an eCall test session with a voice call connection can be found in463 //--------------------------------------------------------------------------------------------------467 //--------------------------------------------------------------------------------------------------470 //--------------------------------------------------------------------------------------------------473 * Connect the current client thread to the service providing this API. Block until the service is476 * For each thread that wants to use this API, either ConnectService or TryConnectService must be477 * called before any other functions in this API. Normally, ConnectService is automatically called482 //--------------------------------------------------------------------------------------------------488 //--------------------------------------------------------------------------------------------------491 * Try to connect the current client thread to the service providing this API. Return with an error494 * For each thread that wants to use this API, either ConnectService or TryConnectService must be495 * called before any other functions in this API. Normally, ConnectService is automatically called504 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).507 //--------------------------------------------------------------------------------------------------513 //--------------------------------------------------------------------------------------------------517 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants520 //--------------------------------------------------------------------------------------------------527 //--------------------------------------------------------------------------------------------------533 * longer a connection to the service, and the functions in this API can't be used. For details, see538 //--------------------------------------------------------------------------------------------------545 //--------------------------------------------------------------------------------------------------549 //--------------------------------------------------------------------------------------------------552 //--------------------------------------------------------------------------------------------------556 //--------------------------------------------------------------------------------------------------559 //--------------------------------------------------------------------------------------------------564 //--------------------------------------------------------------------------------------------------567 //--------------------------------------------------------------------------------------------------571 //--------------------------------------------------------------------------------------------------575 //--------------------------------------------------------------------------------------------------579 //--------------------------------------------------------------------------------------------------593 //--------------------------------------------------------------------------------------------------597 //--------------------------------------------------------------------------------------------------608 //--------------------------------------------------------------------------------------------------612 //--------------------------------------------------------------------------------------------------672 //--------------------------------------------------------------------------------------------------676 //--------------------------------------------------------------------------------------------------687 //--------------------------------------------------------------------------------------------------691 //--------------------------------------------------------------------------------------------------724 //--------------------------------------------------------------------------------------------------728 //--------------------------------------------------------------------------------------------------742 //--------------------------------------------------------------------------------------------------747 //--------------------------------------------------------------------------------------------------764 LE_ECALL_DIAG_RESULT_PRESENT_STATUS_INDICATOR_FAILURE = 0x4000, ///< Present Status indicator failure.768 LE_ECALL_DIAG_RESULT_PRESENT_BATTERY_VOLTAGE_LOW = 0x40000, ///< Present Battery voltage low failure.770 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_SENSOR_FAILURE = 0x100000, ///< Present Crash sensor failure.772 LE_ECALL_DIAG_RESULT_PRESENT_FIRMWARE_IMAGE_CORRUPTION = 0x400000, ///< Present Firmware image corruption failure.773 LE_ECALL_DIAG_RESULT_FIRMWARE_IMAGE_CORRUPTION = 0x800000, ///< Firmware image corruption failure status.774 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_INTERFACE_FAILURE = 0x1000000, ///< Present Comm module interface failure.775 LE_ECALL_DIAG_RESULT_COMM_MODULE_INTERFACE_FAILURE = 0x2000000, ///< Comm module interface failure status.776 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_RECEIVER_FAILURE = 0x4000000, ///< Present GNSS receiver failure.780 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_ANTENNA_FAILURE = 0x40000000, ///< Present GNSS antenna failure.782 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_FAILURE = 0x100000000, ///< Present Comm module failure.784 LE_ECALL_DIAG_RESULT_PRESENT_EVENTS_MEMORY_OVERFLOW = 0x400000000, ///< Present Events memory overflow.786 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x1000000000, ///< Present Crash profile memory overflow.787 LE_ECALL_DIAG_RESULT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x2000000000, ///< Crash profile memory overflow status.788 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_CRITICAL_FAILURES = 0x4000000000, ///< Present Other critical failures.789 LE_ECALL_DIAG_RESULT_OTHER_CRITICAL_FAILURES = 0x8000000000, ///< Other critical failures status.790 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_NOT_CRITICAL_FAILURES = 0x10000000000, ///< Present Other not critical failures.791 LE_ECALL_DIAG_RESULT_OTHER_NOT_CRITICAL_FAILURES = 0x20000000000 ///< Other not critical failures status.796 //--------------------------------------------------------------------------------------------------801 //--------------------------------------------------------------------------------------------------816 LE_ECALL_CRASH_INFO_PRESENT_CRASH_FRONT_OR_SIDE = 0x1000, ///< Present Front or side collision indicator.818 LE_ECALL_CRASH_INFO_PRESENT_CRASH_ANOTHER_TYPE = 0x4000, ///< Present Other types of damage indicator.824 //--------------------------------------------------------------------------------------------------828 //--------------------------------------------------------------------------------------------------832 //--------------------------------------------------------------------------------------------------837 //--------------------------------------------------------------------------------------------------839 (848 //--------------------------------------------------------------------------------------------------860 //--------------------------------------------------------------------------------------------------866 //--------------------------------------------------------------------------------------------------874 //--------------------------------------------------------------------------------------------------880 //--------------------------------------------------------------------------------------------------882 * This function exits from eCall Only mode. It configures the eCall operation mode to Normal mode,883 * the modem uses the default operation mode at power up (or after U/SIM hotswap). The modem behaves884 * following the U/SIM eCall operation mode; for example the U/SIM can be configured only for eCall,891 //--------------------------------------------------------------------------------------------------897 //--------------------------------------------------------------------------------------------------908 //--------------------------------------------------------------------------------------------------915 //--------------------------------------------------------------------------------------------------922 //--------------------------------------------------------------------------------------------------931 //--------------------------------------------------------------------------------------------------935 //--------------------------------------------------------------------------------------------------942 //--------------------------------------------------------------------------------------------------955 //--------------------------------------------------------------------------------------------------961 //--------------------------------------------------------------------------------------------------968 //--------------------------------------------------------------------------------------------------975 //--------------------------------------------------------------------------------------------------984 //--------------------------------------------------------------------------------------------------991 //--------------------------------------------------------------------------------------------------1000 //--------------------------------------------------------------------------------------------------1007 //--------------------------------------------------------------------------------------------------1016 //--------------------------------------------------------------------------------------------------1023 //--------------------------------------------------------------------------------------------------1032 //--------------------------------------------------------------------------------------------------1039 //--------------------------------------------------------------------------------------------------1048 //--------------------------------------------------------------------------------------------------1055 //--------------------------------------------------------------------------------------------------1064 //--------------------------------------------------------------------------------------------------1071 //--------------------------------------------------------------------------------------------------1080 //--------------------------------------------------------------------------------------------------1087 //--------------------------------------------------------------------------------------------------1097 //--------------------------------------------------------------------------------------------------1106 //--------------------------------------------------------------------------------------------------1115 //--------------------------------------------------------------------------------------------------1122 //--------------------------------------------------------------------------------------------------1133 //--------------------------------------------------------------------------------------------------1140 //--------------------------------------------------------------------------------------------------1148 //--------------------------------------------------------------------------------------------------1155 //--------------------------------------------------------------------------------------------------1166 //--------------------------------------------------------------------------------------------------1173 //--------------------------------------------------------------------------------------------------1185 //--------------------------------------------------------------------------------------------------1206 //--------------------------------------------------------------------------------------------------1208 * Set the position Delta N-1 from position set in le_ecall_SetMsdPosition() transmitted by the MSD.1218 //--------------------------------------------------------------------------------------------------1235 //--------------------------------------------------------------------------------------------------1237 * Set the position Delta N-2 from position set in le_ecall_SetMsdPositionN1() transmitted by the MSD.1247 //--------------------------------------------------------------------------------------------------1264 //--------------------------------------------------------------------------------------------------1275 //--------------------------------------------------------------------------------------------------1284 //--------------------------------------------------------------------------------------------------1299 //--------------------------------------------------------------------------------------------------1310 //--------------------------------------------------------------------------------------------------1324 //--------------------------------------------------------------------------------------------------1335 //--------------------------------------------------------------------------------------------------1347 //--------------------------------------------------------------------------------------------------1354 //--------------------------------------------------------------------------------------------------1366 //--------------------------------------------------------------------------------------------------1373 //--------------------------------------------------------------------------------------------------1385 //--------------------------------------------------------------------------------------------------1392 //--------------------------------------------------------------------------------------------------1404 //--------------------------------------------------------------------------------------------------1411 //--------------------------------------------------------------------------------------------------1420 //--------------------------------------------------------------------------------------------------1427 //--------------------------------------------------------------------------------------------------1436 //--------------------------------------------------------------------------------------------------1443 //--------------------------------------------------------------------------------------------------1447 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1456 * @note If PSAP number is too long (max LE_MDMDEFS_PHONE_NUM_MAX_LEN digits), it is a fatal error,1459 //--------------------------------------------------------------------------------------------------1466 //--------------------------------------------------------------------------------------------------1471 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1480 //--------------------------------------------------------------------------------------------------1489 //--------------------------------------------------------------------------------------------------1491 * This function can be recalled to indicate the modem to read the number to dial from the FDN/SDN1498 //--------------------------------------------------------------------------------------------------1504 //--------------------------------------------------------------------------------------------------1514 //--------------------------------------------------------------------------------------------------1521 //--------------------------------------------------------------------------------------------------1529 //--------------------------------------------------------------------------------------------------1536 //--------------------------------------------------------------------------------------------------1544 //--------------------------------------------------------------------------------------------------1551 //--------------------------------------------------------------------------------------------------1559 //--------------------------------------------------------------------------------------------------1566 //--------------------------------------------------------------------------------------------------1569 * failed, it should be repeated maximally ECALL_MANUAL_DIAL_ATTEMPTS-1 times within the maximal1571 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1578 //--------------------------------------------------------------------------------------------------1585 //--------------------------------------------------------------------------------------------------1587 * Set tthe AUTO_DIAL_ATTEMPTS value. If a dial attempt under automatic emergency call initiation1588 * failed, it should be repeated maximally ECALL_AUTO_DIAL_ATTEMPTS-1 times within the maximal time1590 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1597 //--------------------------------------------------------------------------------------------------1604 //--------------------------------------------------------------------------------------------------1606 * Set the ECALL_DIAL_DURATION time. It's the maximum time the IVS have to connect the emergency1615 //--------------------------------------------------------------------------------------------------1622 //--------------------------------------------------------------------------------------------------1630 //--------------------------------------------------------------------------------------------------1637 //--------------------------------------------------------------------------------------------------1645 //--------------------------------------------------------------------------------------------------1652 //--------------------------------------------------------------------------------------------------1660 //--------------------------------------------------------------------------------------------------1667 //--------------------------------------------------------------------------------------------------1676 //--------------------------------------------------------------------------------------------------1685 //--------------------------------------------------------------------------------------------------1687 * Reset the ERA-GLONASS crash severity parameter. Therefore that optional parameter is not included1695 //--------------------------------------------------------------------------------------------------1702 //--------------------------------------------------------------------------------------------------1711 //--------------------------------------------------------------------------------------------------1720 //--------------------------------------------------------------------------------------------------1730 //--------------------------------------------------------------------------------------------------1737 //--------------------------------------------------------------------------------------------------1746 //--------------------------------------------------------------------------------------------------1755 //--------------------------------------------------------------------------------------------------1765 //--------------------------------------------------------------------------------------------------1772 //--------------------------------------------------------------------------------------------------1781 //--------------------------------------------------------------------------------------------------1788 //--------------------------------------------------------------------------------------------------1797 //--------------------------------------------------------------------------------------------------AL-ACK clear-down received.Definition: le_ecall_interface.h:639Present Left collision indicator.Definition: le_ecall_interface.h:806int32_t le_ecall_GetPlatformSpecificTerminationCode(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_SetMsdVersion(uint32_t msdVersion)le_result_t le_ecall_StartTest(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_SetMsdPositionN2(le_ecall_CallRef_t ecallRef, int32_t latitudeDeltaN2, int32_t longitudeDeltaN2)Persistent eCall only mode.Definition: le_ecall_interface.h:587Timeout for Timer T5 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:658le_result_t le_ecall_SetPsapNumber(const char *LE_NONNULL psap)Present Battery failure.Definition: le_ecall_interface.h:766Definition: le_ecall_interface.h:646le_result_t le_ecall_ForceOnlyMode(void)Present Right speaker failure.Definition: le_ecall_interface.h:754le_result_t le_ecall_SendMsd(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_ResetMsdEraGlonassCrashSeverity(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_SetEraGlonassDialDuration(uint16_t duration)le_result_t le_ecall_GetMsdVersion(uint32_t *msdVersionPtr)Present Comm module interface failure.Definition: le_ecall_interface.h:774Present Other critical failures.Definition: le_ecall_interface.h:788le_result_t le_ecall_SetMsdEraGlonassDiagnosticResult(le_ecall_CallRef_t ecallRef, le_ecall_DiagnosticResultBitMask_t diagnosticResultMask)Definition: le_ecall_interface.h:584Present Battery voltage low failure.Definition: le_ecall_interface.h:768le_result_t le_ecall_SetMsdEraGlonassCrashSeverity(le_ecall_CallRef_t ecallRef, uint32_t crashSeverity)le_result_t le_ecall_ForcePersistentOnlyMode(void)Front or side collision indicator.Definition: le_ecall_interface.h:817le_result_t le_ecall_SetMsdTxMode(le_ecall_MsdTxMode_t mode)void le_ecall_ConnectService(void)Timeout for Timer T10 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:666Firmware image corruption failure status.Definition: le_ecall_interface.h:773Present Side collision indicator.Definition: le_ecall_interface.h:814Present Mic connection failure.Definition: le_ecall_interface.h:750Right speaker failure status.Definition: le_ecall_interface.h:755Present Right collision indicator.Definition: le_ecall_interface.h:808Other critical failures status.Definition: le_ecall_interface.h:789Crash profile memory overflow status.Definition: le_ecall_interface.h:787le_result_t le_ecall_GetMsdTxMode(le_ecall_MsdTxMode_t *modePtr)le_result_t le_ecall_GetVehicleType(le_ecall_MsdVehicleType_t *vehicleTypePtr)Present Crash profile memory overflow.Definition: le_ecall_interface.h:786Present Front or side collision indicator.Definition: le_ecall_interface.h:816le_result_t le_ecall_ResetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef)Left speaker failure status.Definition: le_ecall_interface.h:757Present Other not critical failures.Definition: le_ecall_interface.h:790Ignition line failure status.Definition: le_ecall_interface.h:761Pull mode (modem/host waits for MSD request from PSAP to send MSD).Definition: le_ecall_interface.h:679struct le_ecall_StateChangeHandler * le_ecall_StateChangeHandlerRef_tDefinition: le_ecall_interface.h:829le_result_t le_ecall_GetConfiguredOperationMode(le_ecall_OpMode_t *opModePtr)GNSS antenna failure status.Definition: le_ecall_interface.h:781le_result_t le_ecall_SetNadDeregistrationTime(uint16_t deregTime)Present GNSS receiver failure.Definition: le_ecall_interface.h:776void le_ecall_SetServerDisconnectHandler(le_ecall_DisconnectHandler_t disconnectHandler, void *contextPtr)void le_ecall_DisconnectService(void)Push mode (modem/host sends MSD to PSAP right after eCall is connected).Definition: le_ecall_interface.h:681le_result_t le_ecall_SetEraGlonassAutoDialAttempts(uint16_t attempts)Other types of damage indicator.Definition: le_ecall_interface.h:819le_result_t le_ecall_SetEraGlonassManualDialAttempts(uint16_t attempts)Timeout for Timer T6 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:660PSAP start indication received.Definition: le_ecall_interface.h:625Light commercial vehicles (Class N1)Definition: le_ecall_interface.h:700le_mcc_TerminationReason_t le_ecall_GetTerminationReason(le_ecall_CallRef_t ecallRef)void le_ecall_RemoveStateChangeHandler(le_ecall_StateChangeHandlerRef_t handlerRef)le_ecall_DiagnosticResultBitMask_tDefinition: le_ecall_interface.h:748Present Front collision indicator.Definition: le_ecall_interface.h:804Other not critical failures status.Definition: le_ecall_interface.h:791le_result_t le_ecall_SetMsdPassengersCount(le_ecall_CallRef_t ecallRef, uint32_t paxCount)Timeout for Timer T3 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:656Present Other types of damage indicator.Definition: le_ecall_interface.h:818le_ecall_State_t le_ecall_GetState(le_ecall_CallRef_t ecallRef)Waiting for PSAP start indication.Definition: le_ecall_interface.h:623le_result_t le_ecall_End(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_StartManual(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_ResetMsdEraGlonassDiagnosticResult(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_GetSystemStandard(le_ecall_SystemStandard_t *systemStandardPtr)Timeout for Timer T7 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:662Comm module failure status.Definition: le_ecall_interface.h:783le_result_t le_ecall_SetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef, le_ecall_CrashInfoBitMask_t crashInfoMask)Events memory overflow status.Definition: le_ecall_interface.h:785Timeout for Timer T2 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:654Present GNSS antenna failure.Definition: le_ecall_interface.h:780void(* le_ecall_DisconnectHandler_t)(void *)Definition: le_ecall_interface.h:468le_result_t le_ecall_SetMsdPosition(le_ecall_CallRef_t ecallRef, bool isTrusted, int32_t latitude, int32_t longitude, int32_t direction)le_result_t le_ecall_SetVehicleType(le_ecall_MsdVehicleType_t vehicleType)Present Rollover indicator.Definition: le_ecall_interface.h:812le_ecall_CallRef_t le_ecall_Create(void)Status indicator failure status.Definition: le_ecall_interface.h:765le_result_t le_ecall_ImportMsd(le_ecall_CallRef_t ecallRef, const uint8_t *msdPtr, size_t msdSize)Present Left speaker failure.Definition: le_ecall_interface.h:756le_result_t le_ecall_UseUSimNumbers(void)le_result_t le_ecall_GetEraGlonassManualDialAttempts(uint16_t *attemptsPtr)Present Status indicator failure.Definition: le_ecall_interface.h:764le_result_t le_ecall_GetNadDeregistrationTime(uint16_t *deregTimePtr)le_result_t le_ecall_GetEraGlonassAutoDialAttempts(uint16_t *attemptsPtr)le_result_t le_ecall_ExitOnlyMode(void)le_result_t le_ecall_SetMsdPositionN1(le_ecall_CallRef_t ecallRef, int32_t latitudeDeltaN1, int32_t longitudeDeltaN1)le_result_t le_ecall_GetPropulsionType(le_ecall_PropulsionTypeBitMask_t *propulsionTypePtr)void(* le_ecall_StateChangeHandlerFunc_t)(le_ecall_CallRef_t ecallRef, le_ecall_State_t state, void *contextPtr)Definition: le_ecall_interface.h:839Present Crash sensor failure.Definition: le_ecall_interface.h:770le_result_t le_ecall_GetEraGlonassDialDuration(uint16_t *durationPtr)Present Speaker failure.Definition: le_ecall_interface.h:758Battery voltage low failure status.Definition: le_ecall_interface.h:769le_result_t le_ecall_SetIntervalBetweenDialAttempts(uint16_t pause)Definition: le_ecall_interface.h:641Present Events memory overflow.Definition: le_ecall_interface.h:784Compressed natural gas propulsion.Definition: le_ecall_interface.h:733le_result_t le_ecall_StartAutomatic(le_ecall_CallRef_t ecallRef)Comm module interface failure status.Definition: le_ecall_interface.h:775GNSS receiver failure status.Definition: le_ecall_interface.h:777eCall session has lost synchronization and starts over.Definition: le_ecall_interface.h:644Present Comm module failure.Definition: le_ecall_interface.h:782Timeout for Timer T9 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:664Mic connection failure status.Definition: le_ecall_interface.h:751le_result_t le_ecall_TryConnectService(void)le_result_t le_ecall_SetVIN(const char *LE_NONNULL vin)le_ecall_StateChangeHandlerRef_t le_ecall_AddStateChangeHandler(le_ecall_StateChangeHandlerFunc_t handlerPtr, void *contextPtr)le_result_t le_ecall_ExportMsd(le_ecall_CallRef_t ecallRef, uint8_t *msdPtr, size_t *msdSizePtr)le_result_t le_ecall_GetPsapNumber(char *psap, size_t psapSize)le_result_t le_ecall_GetVIN(char *vin, size_t vinSize)Present Firmware image corruption failure.Definition: le_ecall_interface.h:772void le_ecall_Delete(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_SetSystemStandard(le_ecall_SystemStandard_t systemStandard)Present Ignition line failure.Definition: le_ecall_interface.h:760le_result_t le_ecall_SetPropulsionType(le_ecall_PropulsionTypeBitMask_t propulsionType)le_ecall_PropulsionTypeBitMask_tDefinition: le_ecall_interface.h:729le_result_t le_ecall_GetIntervalBetweenDialAttempts(uint16_t *pausePtr)Crash sensor failure status.Definition: le_ecall_interface.h:771