Lines Matching refs:SymbolTimeout
319 rxBeaconSetup.SymbolTimeout = symbolTimeout; in RxBeaconSetup()
483 Ctx.BeaconCtx.SymbolTimeout *= CLASSB_BEACON_SYMBOL_TO_EXPANSION_FACTOR; in EnlargeWindowTimeout()
484 if( Ctx.BeaconCtx.SymbolTimeout > CLASSB_BEACON_SYMBOL_TO_EXPANSION_MAX ) in EnlargeWindowTimeout()
486 Ctx.BeaconCtx.SymbolTimeout = CLASSB_BEACON_SYMBOL_TO_EXPANSION_MAX; in EnlargeWindowTimeout()
488 Ctx.PingSlotCtx.SymbolTimeout *= CLASSB_BEACON_SYMBOL_TO_EXPANSION_FACTOR; in EnlargeWindowTimeout()
489 if( Ctx.PingSlotCtx.SymbolTimeout > CLASSB_PING_SLOT_SYMBOL_TO_EXPANSION_MAX ) in EnlargeWindowTimeout()
491 Ctx.PingSlotCtx.SymbolTimeout = CLASSB_PING_SLOT_SYMBOL_TO_EXPANSION_MAX; in EnlargeWindowTimeout()
497 Ctx.BeaconCtx.SymbolTimeout = CLASSB_BEACON_SYMBOL_TO_DEFAULT; in ResetWindowTimeout()
498 Ctx.PingSlotCtx.SymbolTimeout = CLASSB_BEACON_SYMBOL_TO_DEFAULT; in ResetWindowTimeout()
746 CalculateBeaconRxWindowConfig( &beaconRxConfig, Ctx.BeaconCtx.SymbolTimeout ); in LoRaMacClassBProcessBeacon()
814 CalculateBeaconRxWindowConfig( &beaconRxConfig, Ctx.BeaconCtx.SymbolTimeout ); in LoRaMacClassBProcessBeacon()
894 CalculateBeaconRxWindowConfig( &beaconRxConfig, Ctx.BeaconCtx.SymbolTimeout ); in LoRaMacClassBProcessBeacon()
1015 Ctx.PingSlotCtx.SymbolTimeout = pingSlotRxConfig.WindowTimeout; in LoRaMacClassBProcessPingSlot()
1188 Ctx.PingSlotCtx.SymbolTimeout = multicastSlotRxConfig.WindowTimeout; in LoRaMacClassBProcessMulticastSlot()