Searched defs:GetCaps (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/mac/ | ||
D | link_raw.hpp | 97 otRadioCaps GetCaps(void) const { return mSubMac.GetCaps(); } in GetCaps() function in ot::Mac::LinkRaw |
D | sub_mac.cpp | 104 otRadioCaps SubMac::GetCaps(void) const in GetCaps() function in ot::Mac::SubMac |
/openthread-latest/src/core/radio/ | ||
D | radio.hpp | 879 inline otRadioCaps Radio::GetCaps(void) { return otPlatRadioGetCaps(GetInstancePtr()); } in GetCaps() function in ot::Radio |