Searched refs:slotHasPriority (Results 1 – 1 of 1) sorted by relevance
984 bool slotHasPriority = false; in LoRaMacClassBProcessPingSlot() local1045 …slotHasPriority = CheckSlotPriority( *Ctx.LoRaMacClassBParams.LoRaMacDevAddr, ClassBNvm->PingSlotC… in LoRaMacClassBProcessPingSlot()1051 if( ( Ctx.MulticastSlotState != PINGSLOT_STATE_RX ) || ( slotHasPriority == true ) ) in LoRaMacClassBProcessPingSlot()1117 bool slotHasPriority = false; in LoRaMacClassBProcessMulticastSlot() local1228 …slotHasPriority = CheckSlotPriority( Ctx.PingSlotCtx.NextMulticastChannel->ChannelParams.Address, … in LoRaMacClassBProcessMulticastSlot()1233 if( ( Ctx.PingSlotState != PINGSLOT_STATE_RX ) || ( slotHasPriority == true ) ) in LoRaMacClassBProcessMulticastSlot()