Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel.h5143 SPINEL_API_EXTERN const char *spinel_command_to_cstr(spinel_command_t command);
Dlogger.cpp145 spinel_command_to_cstr(cmd)); in LogSpinelFrame()
Dspinel.c1166 const char *spinel_command_to_cstr(spinel_command_t command) in spinel_command_to_cstr() function
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp799 const char *commandString = spinel_command_to_cstr(aEntry.mCommand); in OutputResult()