Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1353 …error = RequestWithExpectedCommandV(SPINEL_CMD_PROP_VALUE_IS, SPINEL_CMD_PROP_VALUE_SET, aKey, aFo… in Set()
1375 …error = RequestWithExpectedCommandV(SPINEL_CMD_PROP_VALUE_INSERTED, SPINEL_CMD_PROP_VALUE_INSERT, … in Insert()
1397 …error = RequestWithExpectedCommandV(SPINEL_CMD_PROP_VALUE_REMOVED, SPINEL_CMD_PROP_VALUE_REMOVE, a… in Remove()
1529 otError RadioSpinel::RequestWithExpectedCommandV(uint32_t aExpectedCommand, in RequestWithExpectedCommandV() function in ot::Spinel::RadioSpinel
Dradio_spinel.hpp1149 otError RequestWithExpectedCommandV(uint32_t aExpectedCommand,