Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMacClassB.c1753 TimerTime_t beaconReserved = 0; in LoRaMacClassBIsUplinkCollision() local
1756 beaconReserved = nextBeacon - in LoRaMacClassBIsUplinkCollision()
1763 …if( ( currentTime >= beaconReserved ) && ( currentTime < ( nextBeacon + CLASSB_BEACON_RESERVED ) )… in LoRaMacClassBIsUplinkCollision()