mirror of
https://github.com/espressif/openthread.git
synced 2026-09-16 06:00:13 +00:00
[mac] remove unused method definitions (#3374)
This class removes unused method definitions in `Mac` class. Note that these methods are now provided and used in `SubMac`.
This commit is contained in:
committed by
Jonathan Hui
parent
cc10b31b9a
commit
6d1c3b9e1d
@@ -555,24 +555,6 @@ public:
|
||||
*/
|
||||
int8_t GetNoiseFloor(void);
|
||||
|
||||
/**
|
||||
* This method indicates whether or not CSMA backoff is supported by the radio layer.
|
||||
*
|
||||
* @retval true CSMA backoff is supported by the radio.
|
||||
* @retval false CSMA backoff is not supported by the radio.
|
||||
*
|
||||
*/
|
||||
bool RadioSupportsCsmaBackoff(void);
|
||||
|
||||
/**
|
||||
* This method indicates whether or not transmit retries is supported by the radio layer.
|
||||
*
|
||||
* @retval true Retries (and CSMA) are supported by the radio.
|
||||
* @retval false Retries (and CSMA) are not supported by the radio.
|
||||
*
|
||||
*/
|
||||
bool RadioSupportsRetries(void);
|
||||
|
||||
/**
|
||||
* This method returns the current CCA (Clear Channel Assessment) failure rate.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user