mirror of
https://github.com/espressif/openthread.git
synced 2026-09-11 11:40:06 +00:00
Update TmfFilter as specification (#1733)
This commit is contained in:
@@ -199,6 +199,11 @@ typedef enum ThreadError
|
||||
*/
|
||||
kThreadError_ReassemblyTimeout = 32,
|
||||
|
||||
/**
|
||||
* Message is not a TMF Message.
|
||||
*/
|
||||
kThreadError_NotTmf = 33,
|
||||
|
||||
kThreadError_Error = 255,
|
||||
} ThreadError;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user