Home
last modified time | relevance | path

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

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