Linux SDK (lite-qmi)
MBPL_SDK_R25_ENG3
|
Files | |
file | sar.h |
file | qaGobiApiSar.h |
Specific Absorption Rate API function prototypes. | |
Data Structures | |
struct | unpack_sar_SLQSGetRfSarState_t |
struct | pack_sar_SLQSSetRfSarState_t |
struct | ModuleInfo_t |
struct | ModuleInfo |
Enumerations | |
enum | eQMISARRFState { QMI_SAR_RF_STATE_DEFAULT = 0, QMI_SAR_RF_STATE_1, QMI_SAR_RF_STATE_2, QMI_SAR_RF_STATE_3, QMI_SAR_RF_STATE_4, QMI_SAR_RF_STATE_5, QMI_SAR_RF_STATE_6, QMI_SAR_RF_STATE_7, QMI_SAR_RF_STATE_8 } |
Functions | |
int | pack_sar_SLQSGetRfSarState (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen) |
int | unpack_sar_SLQSGetRfSarState (uint8_t *pResp, uint16_t respLen, unpack_sar_SLQSGetRfSarState_t *pOutput) |
int | pack_sar_SLQSSetRfSarState (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_sar_SLQSSetRfSarState_t *reqArg) |
int | unpack_sar_SLQSSetRfSarState (uint8_t *pResp, uint16_t respLen, unpack_sar_SLQSSetRfSarState_t *pOutput) |
int | pack_sar_SLQSMpeBeamMtpl (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_sar_SLQSMpeBeamMtpl_t *reqArg) |
int | unpack_sar_SLQSMpeBeamMtpl (uint8_t *pResp, uint16_t respLen, unpack_sar_SLQSMpeBeamMtpl_t *pOutput) |
enum eQMISARRFState |
This enum contains the SAR RF States
SAR | RF State
|
int pack_sar_SLQSGetRfSarState | ( | pack_qmi_t * | pCtx, |
uint8_t * | pReqBuf, | ||
uint16_t * | pLen | ||
) |
Gets the specified RF SAR state pack
[in,out] | pCtx | qmi request context |
[out] | pReqBuf | qmi request buffer |
[out] | pLen | qmi request length |
int pack_sar_SLQSMpeBeamMtpl | ( | pack_qmi_t * | pCtx, |
uint8_t * | pReqBuf, | ||
uint16_t * | pLen, | ||
pack_sar_SLQSMpeBeamMtpl_t * | reqArg | ||
) |
Sets the specified SAR MPE MEAM MTPL pack
[in,out] | pCtx | qmi request context |
[out] | pReqBuf | qmi request buffer |
[out] | pLen | qmi request length |
[in] | reqArg | request parameter |
int pack_sar_SLQSSetRfSarState | ( | pack_qmi_t * | pCtx, |
uint8_t * | pReqBuf, | ||
uint16_t * | pLen, | ||
pack_sar_SLQSSetRfSarState_t * | reqArg | ||
) |
Sets the specified RF SAR state pack
[in,out] | pCtx | qmi request context |
[out] | pReqBuf | qmi request buffer |
[out] | pLen | qmi request length |
[in] | reqArg | request parameter |
int unpack_sar_SLQSGetRfSarState | ( | uint8_t * | pResp, |
uint16_t | respLen, | ||
unpack_sar_SLQSGetRfSarState_t * | pOutput | ||
) |
Gets the specified RF SAR state unpack
[in] | pResp | qmi response from modem |
[in] | respLen | qmi response length |
[out] | pOutput | response unpacked |
int unpack_sar_SLQSMpeBeamMtpl | ( | uint8_t * | pResp, |
uint16_t | respLen, | ||
unpack_sar_SLQSMpeBeamMtpl_t * | pOutput | ||
) |
Sets the specified SAR MPE MEAM MTPL unpack
[in] | pResp | qmi response from modem |
[in] | respLen | qmi response length |
[out] | pOutput | response unpacked |
int unpack_sar_SLQSSetRfSarState | ( | uint8_t * | pResp, |
uint16_t | respLen, | ||
unpack_sar_SLQSSetRfSarState_t * | pOutput | ||
) |
Sets the specified RF SAR state unpack
[in] | pResp | qmi response from modem |
[in] | respLen | qmi response length |
[out] | pOutput | response unpacked |