28#ifndef __CELLULAR_PKTHANDLER_INTERNAL_H__
29#define __CELLULAR_PKTHANDLER_INTERNAL_H__
37#ifndef CELLULAR_DO_NOT_USE_CUSTOM_CONFIG
39 #include "cellular_config.h"
44#include "cellular_pktio_internal.h"
49#define PACKET_REQ_TIMEOUT_MS CELLULAR_COMMON_AT_COMMAND_TIMEOUT_MS
60bool _Cellular_CreatePktRequestMutex( CellularContext_t * pContext );
69void _Cellular_DestroyPktRequestMutex( CellularContext_t * pContext );
78bool _Cellular_CreatePktResponseMutex( CellularContext_t * pContext );
87void _Cellular_DestroyPktResponseMutex( CellularContext_t * pContext );
108void _Cellular_PktHandlerCleanup( CellularContext_t * pContext );
123 _atRespType_t atRespType,
149CellularPktStatus_t _Cellular_PktHandler_AtcmdRequestWithCallback( CellularContext_t * pContext,
151 uint32_t timeoutMS );
This represents the default values for the configuration macros for the Cellular library.
CellularPktStatus_t
packet Status Names.
Definition: cellular_types.h:338
The AT command request structure.
Definition: cellular_common.h:62