Home
last modified time | relevance | path

Searched refs:GetCaps (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/mac/
Dlink_raw.hpp97 otRadioCaps GetCaps(void) const { return mSubMac.GetCaps(); } in GetCaps() function in ot::Mac::LinkRaw
Dsub_mac.cpp51 , mRadioCaps(Get<Radio>().GetCaps()) in SubMac()
104 otRadioCaps SubMac::GetCaps(void) const in GetCaps() function in ot::Mac::SubMac
Dsub_mac.hpp212 otRadioCaps GetCaps(void) const;
/openthread-latest/src/core/radio/
Dradio.hpp313 otRadioCaps GetCaps(void);
879 inline otRadioCaps Radio::GetCaps(void) { return otPlatRadioGetCaps(GetInstancePtr()); } in GetCaps() function in ot::Radio
1039 inline otRadioCaps Radio::GetCaps(void) in GetCaps() function in ot::Radio
/openthread-latest/src/core/api/
Dlink_raw_api.cpp102 …nkRawGetCaps(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::LinkRaw>().GetCaps(); } in otLinkRawGetCaps()