Searched refs:otLinkGetCslChannel (Results 1 – 4 of 4) sorted by relevance
951 uint8_t otLinkGetCslChannel(otInstance *aInstance);
426 uint8_t otLinkGetCslChannel(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::Mac>().G… in otLinkGetCslChannel() function
2564 OutputLine("channel: %u", otLinkGetCslChannel(GetInstancePtr())); in Process()
313 return mEncoder.WriteUint8(otLinkGetCslChannel(mInstance)); in HandlePropertyGet()