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