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 time342 * In the case of PAN-EUROPEAN, the redial can be performed as many times as desired but should be345 * In the case of ERA-GLONASS, the redial can be performed ECALL_MANUAL_DIAL_ATTEMPTS times within365 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" PsapNumber367 * @note That PSAP number is not applied to a manual or an automatically initiated eCall. For these376 * @note If FDN directory is updated with new dial numbers, be sure that the SIM card is refreshed.384 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" NadTime399 * network for the duration of this timer and then automatically deregisters from the network upon405 * - If its duration is set to one hour, the @ref LE_ECALL_STATE_TIMEOUT_T9 event will be reported.432 * After termination of an emergency call the in-vehicle system remains registered on the network444 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" DialTimer467 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Standard473 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" MsdVersion479 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Vehicle491 * @snippet "apps/test/modemServices/ecall/ecallIntegrationTest/eCallTest/le_ecallTest.c" Propulsion498 * A sample code that implements an eCall test session with a voice call connection can be found in537 //--------------------------------------------------------------------------------------------------541 //--------------------------------------------------------------------------------------------------544 //--------------------------------------------------------------------------------------------------547 * Connect the current client thread to the service providing this API. Block until the service is550 * For each thread that wants to use this API, either ConnectService or TryConnectService must be551 * called before any other functions in this API. Normally, ConnectService is automatically called556 //--------------------------------------------------------------------------------------------------562 //--------------------------------------------------------------------------------------------------565 * Try to connect the current client thread to the service providing this API. Return with an error568 * For each thread that wants to use this API, either ConnectService or TryConnectService must be569 * called before any other functions in this API. Normally, ConnectService is automatically called578 * - LE_NOT_PERMITTED if the client interface is not bound to any service (doesn't have a binding).581 //--------------------------------------------------------------------------------------------------587 //--------------------------------------------------------------------------------------------------591 * When a server connection is lost, call this handler then exit with LE_FATAL. If a program wants594 //--------------------------------------------------------------------------------------------------601 //--------------------------------------------------------------------------------------------------607 * longer a connection to the service, and the functions in this API can't be used. For details, see612 //--------------------------------------------------------------------------------------------------619 //--------------------------------------------------------------------------------------------------623 //--------------------------------------------------------------------------------------------------626 //--------------------------------------------------------------------------------------------------630 //--------------------------------------------------------------------------------------------------633 //--------------------------------------------------------------------------------------------------638 //--------------------------------------------------------------------------------------------------641 //--------------------------------------------------------------------------------------------------645 //--------------------------------------------------------------------------------------------------649 //--------------------------------------------------------------------------------------------------653 //--------------------------------------------------------------------------------------------------667 //--------------------------------------------------------------------------------------------------671 //--------------------------------------------------------------------------------------------------682 //--------------------------------------------------------------------------------------------------686 //--------------------------------------------------------------------------------------------------746 //--------------------------------------------------------------------------------------------------750 //--------------------------------------------------------------------------------------------------761 //--------------------------------------------------------------------------------------------------765 //--------------------------------------------------------------------------------------------------798 //--------------------------------------------------------------------------------------------------802 //--------------------------------------------------------------------------------------------------816 //--------------------------------------------------------------------------------------------------821 //--------------------------------------------------------------------------------------------------838 LE_ECALL_DIAG_RESULT_PRESENT_STATUS_INDICATOR_FAILURE = 0x4000, ///< Present Status indicator failure.842 LE_ECALL_DIAG_RESULT_PRESENT_BATTERY_VOLTAGE_LOW = 0x40000, ///< Present Battery voltage low failure.844 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_SENSOR_FAILURE = 0x100000, ///< Present Crash sensor failure.846 LE_ECALL_DIAG_RESULT_PRESENT_FIRMWARE_IMAGE_CORRUPTION = 0x400000, ///< Present Firmware image corruption failure.847 LE_ECALL_DIAG_RESULT_FIRMWARE_IMAGE_CORRUPTION = 0x800000, ///< Firmware image corruption failure status.848 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_INTERFACE_FAILURE = 0x1000000, ///< Present Comm module interface failure.849 LE_ECALL_DIAG_RESULT_COMM_MODULE_INTERFACE_FAILURE = 0x2000000, ///< Comm module interface failure status.850 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_RECEIVER_FAILURE = 0x4000000, ///< Present GNSS receiver failure.854 LE_ECALL_DIAG_RESULT_PRESENT_GNSS_ANTENNA_FAILURE = 0x40000000, ///< Present GNSS antenna failure.856 LE_ECALL_DIAG_RESULT_PRESENT_COMM_MODULE_FAILURE = 0x100000000, ///< Present Comm module failure.858 LE_ECALL_DIAG_RESULT_PRESENT_EVENTS_MEMORY_OVERFLOW = 0x400000000, ///< Present Events memory overflow.860 LE_ECALL_DIAG_RESULT_PRESENT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x1000000000, ///< Present Crash profile memory overflow.861 LE_ECALL_DIAG_RESULT_CRASH_PROFILE_MEMORY_OVERFLOW = 0x2000000000, ///< Crash profile memory overflow status.862 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_CRITICAL_FAILURES = 0x4000000000, ///< Present Other critical failures.863 LE_ECALL_DIAG_RESULT_OTHER_CRITICAL_FAILURES = 0x8000000000, ///< Other critical failures status.864 LE_ECALL_DIAG_RESULT_PRESENT_OTHER_NOT_CRITICAL_FAILURES = 0x10000000000, ///< Present Other not critical failures.865 LE_ECALL_DIAG_RESULT_OTHER_NOT_CRITICAL_FAILURES = 0x20000000000 ///< Other not critical failures status.870 //--------------------------------------------------------------------------------------------------875 //--------------------------------------------------------------------------------------------------890 LE_ECALL_CRASH_INFO_PRESENT_CRASH_FRONT_OR_SIDE = 0x1000, ///< Present Front or side collision indicator.892 LE_ECALL_CRASH_INFO_PRESENT_CRASH_ANOTHER_TYPE = 0x4000, ///< Present Other types of damage indicator.898 //--------------------------------------------------------------------------------------------------902 //--------------------------------------------------------------------------------------------------915 //--------------------------------------------------------------------------------------------------919 //--------------------------------------------------------------------------------------------------923 //--------------------------------------------------------------------------------------------------928 //--------------------------------------------------------------------------------------------------930 (939 //--------------------------------------------------------------------------------------------------952 //--------------------------------------------------------------------------------------------------958 //--------------------------------------------------------------------------------------------------967 //--------------------------------------------------------------------------------------------------973 //--------------------------------------------------------------------------------------------------975 * This function exits from eCall Only mode. It configures the eCall operation mode to Normal mode,976 * the modem uses the default operation mode at power up (or after U/SIM hotswap). The modem behaves977 * following the U/SIM eCall operation mode; for example the U/SIM can be configured only for eCall,985 //--------------------------------------------------------------------------------------------------991 //--------------------------------------------------------------------------------------------------1003 //--------------------------------------------------------------------------------------------------1010 //--------------------------------------------------------------------------------------------------1017 //--------------------------------------------------------------------------------------------------1026 //--------------------------------------------------------------------------------------------------1030 //--------------------------------------------------------------------------------------------------1037 //--------------------------------------------------------------------------------------------------1050 //--------------------------------------------------------------------------------------------------1056 //--------------------------------------------------------------------------------------------------1063 //--------------------------------------------------------------------------------------------------1070 //--------------------------------------------------------------------------------------------------1079 //--------------------------------------------------------------------------------------------------1086 //--------------------------------------------------------------------------------------------------1095 //--------------------------------------------------------------------------------------------------1102 //--------------------------------------------------------------------------------------------------1111 //--------------------------------------------------------------------------------------------------1118 //--------------------------------------------------------------------------------------------------1127 //--------------------------------------------------------------------------------------------------1134 //--------------------------------------------------------------------------------------------------1143 //--------------------------------------------------------------------------------------------------1150 //--------------------------------------------------------------------------------------------------1159 //--------------------------------------------------------------------------------------------------1166 //--------------------------------------------------------------------------------------------------1175 //--------------------------------------------------------------------------------------------------1182 //--------------------------------------------------------------------------------------------------1192 //--------------------------------------------------------------------------------------------------1201 //--------------------------------------------------------------------------------------------------1210 //--------------------------------------------------------------------------------------------------1217 //--------------------------------------------------------------------------------------------------1228 //--------------------------------------------------------------------------------------------------1235 //--------------------------------------------------------------------------------------------------1244 //--------------------------------------------------------------------------------------------------1251 //--------------------------------------------------------------------------------------------------1263 //--------------------------------------------------------------------------------------------------1270 //--------------------------------------------------------------------------------------------------1282 //--------------------------------------------------------------------------------------------------1303 //--------------------------------------------------------------------------------------------------1305 * Set the position Delta N-1 from position set in le_ecall_SetMsdPosition() transmitted by the MSD.1315 //--------------------------------------------------------------------------------------------------1332 //--------------------------------------------------------------------------------------------------1334 * Set the position Delta N-2 from position set in le_ecall_SetMsdPositionN1() transmitted by the MSD.1344 //--------------------------------------------------------------------------------------------------1361 //--------------------------------------------------------------------------------------------------1372 //--------------------------------------------------------------------------------------------------1381 //--------------------------------------------------------------------------------------------------1396 //--------------------------------------------------------------------------------------------------1407 //--------------------------------------------------------------------------------------------------1421 //--------------------------------------------------------------------------------------------------1432 //--------------------------------------------------------------------------------------------------1445 //--------------------------------------------------------------------------------------------------1452 //--------------------------------------------------------------------------------------------------1465 //--------------------------------------------------------------------------------------------------1472 //--------------------------------------------------------------------------------------------------1485 //--------------------------------------------------------------------------------------------------1492 //--------------------------------------------------------------------------------------------------1505 //--------------------------------------------------------------------------------------------------1512 //--------------------------------------------------------------------------------------------------1522 //--------------------------------------------------------------------------------------------------1529 //--------------------------------------------------------------------------------------------------1538 //--------------------------------------------------------------------------------------------------1545 //--------------------------------------------------------------------------------------------------1549 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1558 * @note If PSAP number is too long (max LE_MDMDEFS_PHONE_NUM_MAX_LEN digits), it is a fatal error,1561 //--------------------------------------------------------------------------------------------------1568 //--------------------------------------------------------------------------------------------------1573 * @note That PSAP number is not applied to Manually or Automatically initiated eCall. For those1582 //--------------------------------------------------------------------------------------------------1591 //--------------------------------------------------------------------------------------------------1596 * @note If FDN directory is updated with new dial numbers, be sure that the SIM card is refreshed.1602 //--------------------------------------------------------------------------------------------------1608 //--------------------------------------------------------------------------------------------------1610 * Set the NAD (network access device) deregistration time value. After termination of an emergency1611 * call the in-vehicle system remains registered on the network for the period of time, defined by1621 //--------------------------------------------------------------------------------------------------1628 //--------------------------------------------------------------------------------------------------1636 //--------------------------------------------------------------------------------------------------1643 //--------------------------------------------------------------------------------------------------1651 //--------------------------------------------------------------------------------------------------1658 //--------------------------------------------------------------------------------------------------1666 //--------------------------------------------------------------------------------------------------1673 //--------------------------------------------------------------------------------------------------1676 * failed, it should be repeated maximally ECALL_MANUAL_DIAL_ATTEMPTS-1 times within the maximal1678 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1685 //--------------------------------------------------------------------------------------------------1692 //--------------------------------------------------------------------------------------------------1694 * Set tthe AUTO_DIAL_ATTEMPTS value. If a dial attempt under automatic emergency call initiation1695 * failed, it should be repeated maximally ECALL_AUTO_DIAL_ATTEMPTS-1 times within the maximal time1697 * Redial attempts stop once the call has been cleared down correctly, or if counter/timer reached1704 //--------------------------------------------------------------------------------------------------1711 //--------------------------------------------------------------------------------------------------1713 * Set the ECALL_DIAL_DURATION time. It's the maximum time the IVS have to connect the emergency1722 //--------------------------------------------------------------------------------------------------1729 //--------------------------------------------------------------------------------------------------1737 //--------------------------------------------------------------------------------------------------1744 //--------------------------------------------------------------------------------------------------1752 //--------------------------------------------------------------------------------------------------1759 //--------------------------------------------------------------------------------------------------1767 //--------------------------------------------------------------------------------------------------1774 //--------------------------------------------------------------------------------------------------1784 //--------------------------------------------------------------------------------------------------1793 //--------------------------------------------------------------------------------------------------1795 * Reset the ERA-GLONASS crash severity parameter. Therefore that optional parameter is not included1804 //--------------------------------------------------------------------------------------------------1811 //--------------------------------------------------------------------------------------------------1821 //--------------------------------------------------------------------------------------------------1830 //--------------------------------------------------------------------------------------------------1841 //--------------------------------------------------------------------------------------------------1848 //--------------------------------------------------------------------------------------------------1858 //--------------------------------------------------------------------------------------------------1867 //--------------------------------------------------------------------------------------------------1878 //--------------------------------------------------------------------------------------------------1885 //--------------------------------------------------------------------------------------------------1895 //--------------------------------------------------------------------------------------------------1904 //--------------------------------------------------------------------------------------------------1906 * Reset the ERA-GLONASS coordinate system type. Therefore that optional parameter is not included1915 //--------------------------------------------------------------------------------------------------1922 //--------------------------------------------------------------------------------------------------1931 //--------------------------------------------------------------------------------------------------1938 //--------------------------------------------------------------------------------------------------1947 //--------------------------------------------------------------------------------------------------AL-ACK clear-down received.Definition: le_ecall_interface.h:713Present Left collision indicator.Definition: le_ecall_interface.h:880int32_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:661Timeout for Timer T5 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:732le_result_t le_ecall_SetPsapNumber(const char *LE_NONNULL psap)Present Battery failure.Definition: le_ecall_interface.h:840Definition: le_ecall_interface.h:720le_result_t le_ecall_ForceOnlyMode(void)Present Right speaker failure.Definition: le_ecall_interface.h:828le_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:848Present Other critical failures.Definition: le_ecall_interface.h:862le_result_t le_ecall_SetMsdEraGlonassDiagnosticResult(le_ecall_CallRef_t ecallRef, le_ecall_DiagnosticResultBitMask_t diagnosticResultMask)Definition: le_ecall_interface.h:658Present Battery voltage low failure.Definition: le_ecall_interface.h:842le_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:891le_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:740Firmware image corruption failure status.Definition: le_ecall_interface.h:847Present Side collision indicator.Definition: le_ecall_interface.h:888Present Mic connection failure.Definition: le_ecall_interface.h:824Right speaker failure status.Definition: le_ecall_interface.h:829Present Right collision indicator.Definition: le_ecall_interface.h:882Other critical failures status.Definition: le_ecall_interface.h:863Crash profile memory overflow status.Definition: le_ecall_interface.h:861le_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:860Present Front or side collision indicator.Definition: le_ecall_interface.h:890le_result_t le_ecall_ResetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef)Left speaker failure status.Definition: le_ecall_interface.h:831Present Other not critical failures.Definition: le_ecall_interface.h:864Ignition line failure status.Definition: le_ecall_interface.h:835Pull mode (modem/host waits for MSD request from PSAP to send MSD).Definition: le_ecall_interface.h:753le_result_t le_ecall_ResetMsdEraGlonassCoordinateSystemType(le_ecall_CallRef_t ecallRef)struct le_ecall_StateChangeHandler * le_ecall_StateChangeHandlerRef_tDefinition: le_ecall_interface.h:920le_result_t le_ecall_GetConfiguredOperationMode(le_ecall_OpMode_t *opModePtr)GNSS antenna failure status.Definition: le_ecall_interface.h:855le_result_t le_ecall_SetNadDeregistrationTime(uint16_t deregTime)Present GNSS receiver failure.Definition: le_ecall_interface.h:850void 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:755le_result_t le_ecall_SetEraGlonassAutoDialAttempts(uint16_t attempts)Other types of damage indicator.Definition: le_ecall_interface.h:893le_result_t le_ecall_SetEraGlonassManualDialAttempts(uint16_t attempts)Timeout for Timer T6 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:734PSAP start indication received.Definition: le_ecall_interface.h:699Light commercial vehicles (Class N1)Definition: le_ecall_interface.h:774le_mcc_TerminationReason_t le_ecall_GetTerminationReason(le_ecall_CallRef_t ecallRef)le_result_t le_ecall_SetMsdEraGlonassCoordinateSystemType(le_ecall_CallRef_t ecallRef, le_ecall_MsdCoordinateType_t coordinateSystemType)void le_ecall_RemoveStateChangeHandler(le_ecall_StateChangeHandlerRef_t handlerRef)le_ecall_DiagnosticResultBitMask_tDefinition: le_ecall_interface.h:822Present Front collision indicator.Definition: le_ecall_interface.h:878Other not critical failures status.Definition: le_ecall_interface.h:865le_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:730Coordinate system type WGS-84.Definition: le_ecall_interface.h:907Present Other types of damage indicator.Definition: le_ecall_interface.h:892le_ecall_State_t le_ecall_GetState(le_ecall_CallRef_t ecallRef)Waiting for PSAP start indication.Definition: le_ecall_interface.h:697le_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:736Comm module failure status.Definition: le_ecall_interface.h:857le_result_t le_ecall_SetMsdEraGlonassCrashInfo(le_ecall_CallRef_t ecallRef, le_ecall_CrashInfoBitMask_t crashInfoMask)Events memory overflow status.Definition: le_ecall_interface.h:859Timeout for Timer T2 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:728Present GNSS antenna failure.Definition: le_ecall_interface.h:854void(* le_ecall_DisconnectHandler_t)(void *)Definition: le_ecall_interface.h:542le_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:886le_ecall_CallRef_t le_ecall_Create(void)Status indicator failure status.Definition: le_ecall_interface.h:839le_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:830le_result_t le_ecall_UseUSimNumbers(void)le_result_t le_ecall_GetEraGlonassManualDialAttempts(uint16_t *attemptsPtr)Present Status indicator failure.Definition: le_ecall_interface.h:838le_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:930Present Crash sensor failure.Definition: le_ecall_interface.h:844le_result_t le_ecall_GetEraGlonassDialDuration(uint16_t *durationPtr)Present Speaker failure.Definition: le_ecall_interface.h:832Battery voltage low failure status.Definition: le_ecall_interface.h:843le_result_t le_ecall_SetIntervalBetweenDialAttempts(uint16_t pause)Definition: le_ecall_interface.h:715Present Events memory overflow.Definition: le_ecall_interface.h:858Compressed natural gas propulsion.Definition: le_ecall_interface.h:807le_result_t le_ecall_StartAutomatic(le_ecall_CallRef_t ecallRef)Comm module interface failure status.Definition: le_ecall_interface.h:849GNSS receiver failure status.Definition: le_ecall_interface.h:851Coordinate system type PZ-90.Definition: le_ecall_interface.h:909eCall session has lost synchronization and starts over.Definition: le_ecall_interface.h:718Present Comm module failure.Definition: le_ecall_interface.h:856Timeout for Timer T9 (see CEN-EN 16062, annex A)Definition: le_ecall_interface.h:738Mic connection failure status.Definition: le_ecall_interface.h:825le_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)Coordinate system type is absent.Definition: le_ecall_interface.h:905le_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:846void 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:834le_result_t le_ecall_SetPropulsionType(le_ecall_PropulsionTypeBitMask_t propulsionType)le_ecall_PropulsionTypeBitMask_tDefinition: le_ecall_interface.h:803le_result_t le_ecall_GetIntervalBetweenDialAttempts(uint16_t *pausePtr)Crash sensor failure status.Definition: le_ecall_interface.h:845