Searched refs:CurrentPossiblePayloadSize (Results 1 – 2 of 2) sorted by relevance
2263 uint8_t CurrentPossiblePayloadSize; member
3517 txInfo->CurrentPossiblePayloadSize = GetMaxAppPayloadWithoutFOptsLength( datarate ); in LoRaMacQueryTxPossible()3525 …ORA_MAC_COMMAND_MAX_FOPTS_LENGTH >= macCmdsSize ) && ( txInfo->CurrentPossiblePayloadSize >= macCm… in LoRaMacQueryTxPossible()3527 txInfo->MaxPossibleApplicationDataSize = txInfo->CurrentPossiblePayloadSize - macCmdsSize; in LoRaMacQueryTxPossible()3530 if( txInfo->CurrentPossiblePayloadSize >= ( macCmdsSize + size ) ) in LoRaMacQueryTxPossible()