Home
last modified time | relevance | path

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

/openthread-3.5.0/src/lib/spinel/
Dradio_spinel.hpp982 otError RequestWithExpectedCommandV(uint32_t aExpectedCommand,
Dradio_spinel_impl.hpp1433 …error = RequestWithExpectedCommandV(SPINEL_CMD_PROP_VALUE_IS, SPINEL_CMD_PROP_VALUE_SET, aKey, aFo… in Set()
1456 …error = RequestWithExpectedCommandV(SPINEL_CMD_PROP_VALUE_INSERTED, SPINEL_CMD_PROP_VALUE_INSERT, … in Insert()
1479 …error = RequestWithExpectedCommandV(SPINEL_CMD_PROP_VALUE_REMOVED, SPINEL_CMD_PROP_VALUE_REMOVE, a… in Remove()
1674 otError RadioSpinel<InterfaceType>::RequestWithExpectedCommandV(uint32_t aExpectedCommand, in RequestWithExpectedCommandV() function in ot::Spinel::RadioSpinel