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