43 #ifndef LEGATO_PAECALL_INCLUDE_GUARD
44 #define LEGATO_PAECALL_INCLUDE_GUARD
48 #include "interfaces.h"
132 uint32_t redialAttemptsCount
214 #endif // LEGATO_PAECALL_INCLUDE_GUARD
le_result_t pa_ecall_SetMsdTxMode(pa_ecall_MsdTxMode_t mode)
le_result_t
Definition: le_basics.h:34
le_result_t pa_ecall_End(void)
le_result_t pa_ecall_LoadMsd(uint8_t *msdPtr, size_t msdSize)
Pull mode (modem/host waits for MSD request from PSAP to send MSD).
Definition: pa_ecall.h:62
le_result_t pa_ecall_StartTest(void)
pa_ecall_MsdTxMode_t
Definition: pa_ecall.h:60
le_result_t pa_ecall_SetPsapNumber(char psap[LE_MDMDEFS_PHONE_NUM_MAX_LEN])
le_result_t pa_ecall_StartManual(void)
#define LE_MDMDEFS_PHONE_NUM_MAX_LEN
Definition: le_mdmDefs_interface.h:31
le_event_HandlerRef_t pa_ecall_AddEventHandler(pa_ecall_EventHandlerFunc_t handlerFuncPtr)
struct le_event_Handler * le_event_HandlerRef_t
Definition: le_eventLoop.h:752
Push mode (modem/host sends MSD to PSAP right after eCall is connected).
Definition: pa_ecall.h:63
le_ecall_State_t
Definition: le_ecall_interface.h:239
le_result_t pa_ecall_SetMaxRedialAttempts(uint32_t redialAttemptsCount)
void(* pa_ecall_EventHandlerFunc_t)(le_ecall_State_t *statePtr)
Definition: pa_ecall.h:74
void pa_ecall_RemoveEventHandler(le_event_HandlerRef_t handlerRef)
le_result_t pa_ecall_StartAutomatic(void)