mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 05:37:46 +00:00
[cli] add command to retrieve mle counters (#3605)
This commit is contained in:
committed by
Jonathan Hui
parent
403f7f8109
commit
8c13df5a51
@@ -733,7 +733,7 @@ OTAPI const otIpCounters *OTCALL otThreadGetIp6Counters(otInstance *aInstance);
|
||||
* @returns A pointer to the Thread MLE counters.
|
||||
*
|
||||
*/
|
||||
const otMleCounters *otThreadGetMleCounters(otInstance *aInstance);
|
||||
OTAPI const otMleCounters *OTCALL otThreadGetMleCounters(otInstance *aInstance);
|
||||
|
||||
/**
|
||||
* Reset the Thread MLE counters.
|
||||
|
||||
Reference in New Issue
Block a user