Home
last modified time | relevance | path

Searched refs:RequestWithPropertyFormatV (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1144 otError RequestWithPropertyFormatV(const char *aPropertyFormat,
Dradio_spinel.cpp1305 …error = RequestWithPropertyFormatV(aFormat, SPINEL_CMD_PROP_VALUE_GET, aKey, nullptr, mPropertyArg… in Get()
1508 error = RequestWithPropertyFormatV(aPropertyFormat, aCommand, aKey, aFormat, args); in RequestWithPropertyFormat()
1514 otError RadioSpinel::RequestWithPropertyFormatV(const char *aPropertyFormat, in RequestWithPropertyFormatV() function in ot::Spinel::RadioSpinel