mirror of
https://github.com/espressif/openthread.git
synced 2026-08-31 14:29:54 +00:00
[style] remove redundant declarations (#3705)
This commit is contained in:
committed by
Jonathan Hui
parent
63cf08d04a
commit
0de1fff570
@@ -406,31 +406,6 @@ OTAPI otError OTCALL otDatasetSendMgmtPendingSet(otInstance * aIn
|
||||
const uint8_t * aTlvs,
|
||||
uint8_t aLength);
|
||||
|
||||
/**
|
||||
* Get minimal delay timer.
|
||||
*
|
||||
* @param[in] aInstance A pointer to an OpenThread instance.
|
||||
*
|
||||
* @retval the value of minimal delay timer (in ms).
|
||||
*
|
||||
*/
|
||||
OTAPI uint32_t OTCALL otDatasetGetDelayTimerMinimal(otInstance *aInstance);
|
||||
|
||||
/**
|
||||
* Set minimal delay timer.
|
||||
*
|
||||
* @note This API is reserved for testing and demo purposes only. Changing settings with
|
||||
* this API will render a production application non-compliant with the Thread Specification.
|
||||
*
|
||||
* @param[in] aInstance A pointer to an OpenThread instance.
|
||||
* @param[in] aDelayTimerMinimal The value of minimal delay timer (in ms).
|
||||
*
|
||||
* @retval OT_ERROR_NONE Successfully set minimal delay timer.
|
||||
* @retval OT_ERROR_INVALID_ARGS If @p aDelayTimerMinimal is not valid.
|
||||
*
|
||||
*/
|
||||
OTAPI otError OTCALL otDatasetSetDelayTimerMinimal(otInstance *aInstance, uint32_t aDelayTimerMinimal);
|
||||
|
||||
/**
|
||||
* @}
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user