Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1139 otError RequestWithPropertyFormat(const char *aPropertyFormat,
1144 otError RequestWithPropertyFormatV(const char *aPropertyFormat,
Dradio_spinel.cpp1498 otError RadioSpinel::RequestWithPropertyFormat(const char *aPropertyFormat, in RequestWithPropertyFormat() argument
1508 error = RequestWithPropertyFormatV(aPropertyFormat, aCommand, aKey, aFormat, args); in RequestWithPropertyFormat()
1514 otError RadioSpinel::RequestWithPropertyFormatV(const char *aPropertyFormat, in RequestWithPropertyFormatV() argument
1522 mPropertyFormat = aPropertyFormat; in RequestWithPropertyFormatV()