Home
last modified time | relevance | path

Searched refs:SPINEL_STATUS_INVALID_COMMAND (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/ncp/
Dexample_vendor_hook.cpp49 error = PrepareLastStatusResponse(aHeader, SPINEL_STATUS_INVALID_COMMAND); in VendorCommandHandler()
Dncp_base.cpp1032 error = PrepareLastStatusResponse(aHeader, SPINEL_STATUS_INVALID_COMMAND); in HandleCommand()
/openthread-latest/src/lib/spinel/
Dspinel.h490 SPINEL_STATUS_INVALID_COMMAND = 5, ///< This command is not recognized. enumerator
Dspinel.c1543 {SPINEL_STATUS_INVALID_COMMAND, "INVALID_COMMAND"}, in spinel_status_to_cstr()