Searched refs:otLinkGetChannel (Results 1 – 5 of 5) sorted by relevance
453 uint8_t otLinkGetChannel(otInstance *aInstance);
237 uint8_t otLinkGetChannel(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::LinkRaw>().… in otLinkGetChannel() function
40 uint8_t otLinkGetChannel(otInstance *aInstance) in otLinkGetChannel() function
1525 return mEncoder.WriteUint8(otLinkGetChannel(mInstance)); in HandlePropertyGet()2401 const uint8_t chan(otLinkGetChannel(mInstance)); in HandlePropertyGet()
1713 ExitNow(error = ProcessGetSet(aArgs, otLinkGetChannel, otLinkSetChannel)); in Process()