mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 00:57:47 +00:00
[mle] remove AppendDiscovery declaration (#2273)
This commit is contained in:
committed by
Jonathan Hui
parent
41faaada13
commit
e2ca9caac3
@@ -1119,17 +1119,6 @@ protected:
|
||||
*/
|
||||
otError AppendPendingTimestamp(Message &aMessage);
|
||||
|
||||
/**
|
||||
* This method appends a Thread Discovery TLV to a message.
|
||||
*
|
||||
* @param[in] aMessage A reference to the message.
|
||||
*
|
||||
* @retval OT_ERROR_NONE Successfully appended the Thread Discovery TLV.
|
||||
* @retval OT_ERROR_NO_BUFS Insufficient buffers available to append the Address Registration TLV.
|
||||
*
|
||||
*/
|
||||
otError AppendDiscovery(Message &aMessage);
|
||||
|
||||
/**
|
||||
* This method checks if the destination is reachable.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user