Home
last modified time | relevance | path

Searched refs:LmhpFragmentationParams (Results 1 – 1 of 1) sorted by relevance

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpFragmentation.c80 static LmhpFragmentationParams_t* LmhpFragmentationParams; variable
211 LmhpFragmentationParams = ( LmhpFragmentationParams_t* )params; in LmhpFragmentationInit()
222 LmhpFragmentationParams = NULL; in LmhpFragmentationInit()
365 …ragGroupData.FragNb * fragSessionData.FragGroupData.FragSize ) > LmhpFragmentationParams->BufferSi… in LmhpFragmentationOnMcpsIndication()
393 &LmhpFragmentationParams->DecoderCallbacks ); in LmhpFragmentationOnMcpsIndication()
397 LmhpFragmentationParams->Buffer, in LmhpFragmentationOnMcpsIndication()
398 LmhpFragmentationParams->BufferSize ); in LmhpFragmentationOnMcpsIndication()
462 if( LmhpFragmentationParams->OnProgress != NULL ) in LmhpFragmentationOnMcpsIndication()
464LmhpFragmentationParams->OnProgress( FragSessionData[fragIndex].FragDecoderStatus.FragNbRx, in LmhpFragmentationOnMcpsIndication()
474 if( LmhpFragmentationParams->OnDone != NULL ) in LmhpFragmentationOnMcpsIndication()
[all …]