mirror of
https://github.com/espressif/openthread.git
synced 2026-09-21 16:37:37 +00:00
Init Discovery Response TLV flag (#528)
This commit is contained in:
@@ -972,7 +972,7 @@ public:
|
||||
* This method initializes the TLV.
|
||||
*
|
||||
*/
|
||||
void Init(void) { SetType(kDiscoveryResponse); SetLength(sizeof(*this) - sizeof(Tlv)); mReserved = 0; }
|
||||
void Init(void) { SetType(kDiscoveryResponse); SetLength(sizeof(*this) - sizeof(Tlv)); mFlags = 0; mReserved = 0; }
|
||||
|
||||
/**
|
||||
* This method indicates whether or not the TLV appears to be well-formed.
|
||||
|
||||
Reference in New Issue
Block a user