Searched refs:LORAMAC_PHY_MAXPAYLOAD (Results 1 – 1 of 1) sorted by relevance
54 #define LORAMAC_PHY_MAXPAYLOAD 255 macro120 uint8_t PktBuffer[LORAMAC_PHY_MAXPAYLOAD];128 uint8_t AppData[LORAMAC_PHY_MAXPAYLOAD];136 uint8_t RxPayload[LORAMAC_PHY_MAXPAYLOAD];1128 macMsgData.FRMPayloadSize = LORAMAC_PHY_MAXPAYLOAD; in ProcessRadioRxDone()2147 if( ( payloadSize <= maxN ) && ( payloadSize <= LORAMAC_PHY_MAXPAYLOAD ) ) in ValidatePayloadLength()2764 MacCtx.TxMsg.Message.ReJoin1.BufSize = LORAMAC_PHY_MAXPAYLOAD; in SendReJoinReq()2797 MacCtx.TxMsg.Message.ReJoin0or2.BufSize = LORAMAC_PHY_MAXPAYLOAD; in SendReJoinReq()2821 MacCtx.TxMsg.Message.JoinReq.BufSize = LORAMAC_PHY_MAXPAYLOAD; in SendReJoinReq()3305 MacCtx.TxMsg.Message.Data.BufSize = LORAMAC_PHY_MAXPAYLOAD; in PrepareFrame()