Searched refs:LoRaMacQueryTxPossible (Results 1 – 3 of 3) sorted by relevance
2536 LoRaMacStatus_t LoRaMacQueryTxPossible( uint8_t size, LoRaMacTxInfo_t* txInfo );
3487 LoRaMacStatus_t LoRaMacQueryTxPossible( uint8_t size, LoRaMacTxInfo_t* txInfo ) in LoRaMacQueryTxPossible() function
488 if( LoRaMacQueryTxPossible( appData->BufferSize, &txInfo ) != LORAMAC_STATUS_OK ) in LmHandlerSend()