Searched refs:OnRadioRxDone (Results 1 – 2 of 2) sorted by relevance
483 - Fixed `OnRadioRxDone` Node now drops frames on port 0 with fOpts > 0484 - Fixed `OnRadioRxDone` Node now receives frames with fOpts > 0 when no payload is present539 - Add a new function `PrepareRxDoneAbort` to prepare a break-out of `OnRadioRxDone` in case of an e…547 - Relocate the activation of `LoRaMacFlags.Bits.McpsInd` in `OnRadioRxDone`
298 static void OnRadioRxDone( uint8_t* payload, uint16_t size, int16_t rssi, int8_t snr );701 static void OnRadioRxDone( uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr ) in OnRadioRxDone() function3426 MacCtx.RadioEvents.RxDone = OnRadioRxDone; in LoRaMacInitialization()