281 #ifndef LE_MCC_CALL_H_INCLUDE_GUARD
282 #define LE_MCC_CALL_H_INCLUDE_GUARD
464 size_t telPtrNumElements
621 #endif // LE_MCC_CALL_H_INCLUDE_GUARD
le_mcc_call_TerminationReason_t le_mcc_call_GetTerminationReason(le_mcc_call_ObjRef_t callRef)
le_result_t le_mcc_call_GetCallerIdRestrict(le_mcc_call_ObjRef_t callRef, le_onoff_t *clirStatusPtrPtr)
le_result_t
Definition: le_basics.h:34
le_mcc_call_Event_t
Definition: le_mcc_call_interface.h:318
Local party ended the call.
Definition: le_mcc_call_interface.h:361
Network could not complete the call.
Definition: le_mcc_call_interface.h:352
void le_mcc_call_DisconnectService(void)
struct le_audio_Stream * le_audio_StreamRef_t
Definition: le_audio_interface.h:585
Remote address could not be resolved.
Definition: le_mcc_call_interface.h:355
Call has been established, and is media is active.
Definition: le_mcc_call_interface.h:330
le_result_t le_mcc_call_GetRemoteTel(le_mcc_call_ObjRef_t callRef, char *telPtr, size_t telPtrNumElements)
le_result_t le_mcc_call_SetCallerIdRestrict(le_mcc_call_ObjRef_t callRef, le_onoff_t clirStatus)
Remote party transferred or forwarded the call.
Definition: le_mcc_call_interface.h:339
Undefined reason.
Definition: le_mcc_call_interface.h:367
le_result_t le_mcc_call_Start(le_mcc_call_ObjRef_t callRef)
Definition: le_mcc_call_interface.h:326
le_audio_StreamRef_t le_mcc_call_GetTxAudioStream(le_mcc_call_ObjRef_t callRef)
le_result_t le_mcc_call_Answer(le_mcc_call_ObjRef_t callRef)
bool le_mcc_call_IsConnected(le_mcc_call_ObjRef_t callRef)
Remote party ended the call.
Definition: le_mcc_call_interface.h:364
void le_mcc_call_ConnectService(void)
Far end is now alerting its user (outgoing call).
Definition: le_mcc_call_interface.h:323
void le_mcc_call_Delete(le_mcc_call_ObjRef_t callRef)
le_result_t le_mcc_call_HangUp(le_mcc_call_ObjRef_t callRef)
Callee is currently busy and cannot take the call.
Definition: le_mcc_call_interface.h:358
le_audio_StreamRef_t le_mcc_call_GetRxAudioStream(le_mcc_call_ObjRef_t callRef)
Call has terminated.
Definition: le_mcc_call_interface.h:333
Incoming call attempt (new call).
Definition: le_mcc_call_interface.h:320
le_mcc_call_TerminationReason_t
Definition: le_mcc_call_interface.h:350
struct le_mcc_call_Obj * le_mcc_call_ObjRef_t
Definition: le_mcc_call_interface.h:378
Remote party has put the call on hold.
Definition: le_mcc_call_interface.h:336
le_result_t le_mcc_call_HangUpAll(void)
le_onoff_t
Definition: le_basics.h:64