43 #ifndef LEGATO_PAECALL_INCLUDE_GUARD
44 #define LEGATO_PAECALL_INCLUDE_GUARD
48 #include "le_mdm_defs.h"
118 char psap[LE_TEL_NMBR_MAX_LEN]
131 uint32_t redialAttemptsCount
213 #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)
le_ecall_State_t
Definition: ecall_interface.h:227
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_StartManual(void)
le_event_HandlerRef_t pa_ecall_AddEventHandler(pa_ecall_EventHandlerFunc_t handlerFuncPtr)
void(* pa_ecall_EventHandlerFunc_t)(le_ecall_State_t state)
Definition: pa_ecall.h:74
le_result_t pa_ecall_SetPsapNumber(char psap[LE_TEL_NMBR_MAX_LEN])
struct le_event_Handler * le_event_HandlerRef_t
Definition: le_eventLoop.h:750
Push mode (modem/host sends MSD to PSAP right after eCall is connected).
Definition: pa_ecall.h:63
le_result_t pa_ecall_SetMaxRedialAttempts(uint32_t redialAttemptsCount)
void pa_ecall_RemoveEventHandler(le_event_HandlerRef_t handlerRef)
le_result_t pa_ecall_StartAutomatic(void)