|
Linux SDK (lite-qmi)
MBPL_SDK_R25_ENG3
|
Files | |
| file | qaGobiApiTs.h |
| Thermal Sensor API function prototypes. | |
Data Structures | |
| struct | ts_sensorId |
| struct | unpack_ts_SLQSTsGetSensorList_t |
| struct | pack_ts_SLQSTsRegNotTempRpt_t |
| struct | unpack_ts_SLQSTsTempRptCallback_ind_t |
| struct | sensorId |
| struct | TsGetSensorListResp |
| struct | TsRegNotTempRptReq |
Functions | |
| int | pack_ts_SLQSTsGetSensorList (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen) |
| int | unpack_ts_SLQSTsGetSensorList (uint8_t *pResp, uint16_t respLen, unpack_ts_SLQSTsGetSensorList_t *pOutput) |
| int | pack_ts_SLQSTsRegNotTempRpt (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_ts_SLQSTsRegNotTempRpt_t *reqArg) |
| int | unpack_ts_SLQSTsRegNotTempRpt (uint8_t *pResp, uint16_t respLen) |
| int | unpack_ts_SLQSTsTempRptCallback_ind (uint8_t *pResp, uint16_t respLen, unpack_ts_SLQSTsTempRptCallback_ind_t *pOutput) |
| int pack_ts_SLQSTsGetSensorList | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen | ||
| ) |
To get thermal sensor list pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| int pack_ts_SLQSTsRegNotTempRpt | ( | pack_qmi_t * | pCtx, |
| uint8_t * | pReqBuf, | ||
| uint16_t * | pLen, | ||
| pack_ts_SLQSTsRegNotTempRpt_t * | reqArg | ||
| ) |
To Register notification sensor temperature pack
| [in,out] | pCtx | qmi request context |
| [out] | pReqBuf | qmi request buffer |
| [out] | pLen | qmi request length |
| [out] | reqArg | request argument. |
| int unpack_ts_SLQSTsGetSensorList | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ts_SLQSTsGetSensorList_t * | pOutput | ||
| ) |
To sensor list unpack
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| [out] | pOutput | unpacked response |
| int unpack_ts_SLQSTsRegNotTempRpt | ( | uint8_t * | pResp, |
| uint16_t | respLen | ||
| ) |
To Register notification temperature report unpack
| [in] | pResp | qmi response |
| [in] | respLen | qmi response length |
| int unpack_ts_SLQSTsTempRptCallback_ind | ( | uint8_t * | pResp, |
| uint16_t | respLen, | ||
| unpack_ts_SLQSTsTempRptCallback_ind_t * | pOutput | ||
| ) |
Temperature Report Indication unpack
| [in] | pResp | qmi response from modem |
| [in] | respLen | qmi response length |
| [out] | pOutput | indication unpacked |