Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/packages/
DLmhpClockSync.c217 uint8_t dataBufferIndex = 0; in LmhpClockSyncOnMcpsIndication() local
230 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = CLOCK_SYNC_PKG_VERSION_ANS; in LmhpClockSyncOnMcpsIndication()
231 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = CLOCK_SYNC_ID; in LmhpClockSyncOnMcpsIndication()
232 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = CLOCK_SYNC_VERSION; in LmhpClockSyncOnMcpsIndication()
279 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = CLOCK_SYNC_APP_TIME_PERIOD_ANS; in LmhpClockSyncOnMcpsIndication()
281 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = 0x01; in LmhpClockSyncOnMcpsIndication()
286 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = ( curTime.Seconds >> 0 ) & 0xFF; in LmhpClockSyncOnMcpsIndication()
287 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = ( curTime.Seconds >> 8 ) & 0xFF; in LmhpClockSyncOnMcpsIndication()
288 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = ( curTime.Seconds >> 16 ) & 0xFF; in LmhpClockSyncOnMcpsIndication()
289 LmhpClockSyncState.DataBuffer[dataBufferIndex++] = ( curTime.Seconds >> 24 ) & 0xFF; in LmhpClockSyncOnMcpsIndication()
[all …]
DLmhpRemoteMcastSetup.c295 uint8_t dataBufferIndex = 0; in LmhpRemoteMcastSetupOnMcpsIndication() local
308 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_PKG_VERSION_ANS; in LmhpRemoteMcastSetupOnMcpsIndication()
309 LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_ID; in LmhpRemoteMcastSetupOnMcpsIndication()
310 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_VERSION; in LmhpRemoteMcastSetupOnMcpsIndication()
369 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_MC_GROUP_SETUP_ANS; in LmhpRemoteMcastSetupOnMcpsIndication()
370 …LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = ( idError << 2 ) | McSessionData[id].McG… in LmhpRemoteMcastSetupOnMcpsIndication()
381 … LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_MC_GROUP_DELETE_ANS; in LmhpRemoteMcastSetupOnMcpsIndication()
387 LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = status; in LmhpRemoteMcastSetupOnMcpsIndication()
445 …LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = REMOTE_MCAST_SETUP_MC_GROUP_CLASS_C_SESS… in LmhpRemoteMcastSetupOnMcpsIndication()
446 LmhpRemoteMcastSetupState.DataBuffer[dataBufferIndex++] = status; in LmhpRemoteMcastSetupOnMcpsIndication()
[all …]
DLmhpFragmentation.c272 uint8_t dataBufferIndex = 0; in LmhpFragmentationOnMcpsIndication() local
295 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_PKG_VERSION_ANS; in LmhpFragmentationOnMcpsIndication()
296 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_ID; in LmhpFragmentationOnMcpsIndication()
297 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_VERSION; in LmhpFragmentationOnMcpsIndication()
311 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_FRAG_STATUS_ANS; in LmhpFragmentationOnMcpsIndication()
312 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
313 LmhpFragmentationState.DataBuffer[dataBufferIndex++] = ( fragIndex << 6 ) | in LmhpFragmentationOnMcpsIndication()
315 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
316 …LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FragSessionData[fragIndex].FragDecoderStatu… in LmhpFragmentationOnMcpsIndication()
401 … LmhpFragmentationState.DataBuffer[dataBufferIndex++] = FRAGMENTATION_FRAG_SESSION_SETUP_ANS; in LmhpFragmentationOnMcpsIndication()
[all …]