Home
last modified time | relevance | path

Searched refs:GetRadioCaps (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/mac/
Dsub_mac.hpp223 otRadioCaps GetRadioCaps(void) const { return mRadioCaps; } in GetRadioCaps() function in ot::Mac::SubMac
/external/openthread/src/lib/spinel/
Dradio_spinel.hpp288 otRadioCaps GetRadioCaps(void) const { return mRadioCaps; } in GetRadioCaps() function in ot::Spinel::RadioSpinel
/external/openthread/src/posix/platform/
Dradio.cpp287 return sRadioSpinel.GetRadioCaps(); in otPlatRadioGetCaps()