Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dspinel.h913 SPINEL_CMD_PROP_VALUE_GET = 2, enumerator
Dradio_spinel_impl.hpp1567 …error = RequestWithPropertyFormatV(aFormat, SPINEL_CMD_PROP_VALUE_GET, aKey, nullptr, mPropertyArg… in Get()
1594 …error = RequestWithPropertyFormat(aFormat, SPINEL_CMD_PROP_VALUE_GET, aKey, SPINEL_DATATYPE_DATA_S… in GetWithParam()
Dspinel.c1172 {SPINEL_CMD_PROP_VALUE_GET, "PROP_VALUE_GET"}, in spinel_command_to_cstr()
/external/openthread/src/ncp/
Dncp_base.cpp912 case SPINEL_CMD_PROP_VALUE_GET: in HandleCommand()
1266 case SPINEL_CMD_PROP_VALUE_GET: in CommandHandler_PROP_VALUE_update()