Go to the source code of this file.
|
| int | CtlService_Initialize_Ex (CtlService *pThis, struct QmuxTransport *pTransport, uint8_t nWaitDelay) |
| |
| int | CtlService_Initialize (CtlService *pThis, struct QmuxTransport *pTransport) |
| |
| void | CtlService_ShutDown (CtlService *pThis) |
| |
| int | CtlService_GetClientId (CtlService *pThis, uint8_t serviceType, uint8_t *clientId) |
| |
| int | CtlService_ReleaseClientId (CtlService *pThis, uint8_t serviceType, uint8_t clientId) |
| |
| int | CtlService_InitializeRegularService (CtlService *pThis, QmiService *pRegularService, uint8_t serviceType, QMI_INDICATION_CALLBACK pIndicationCallback, void *pIndicationCallbackContext) |
| |
| int | CtlService_ShutDownRegularService (CtlService *pThis, QmiService *pRegularService) |
| |