Searched refs:otChannelManagerGetDelay (Results 1 – 4 of 4) sorted by relevance
87 uint16_t otChannelManagerGetDelay(otInstance *aInstance);
56 uint16_t otChannelManagerGetDelay(otInstance *aInstance) in otChannelManagerGetDelay() function
1265 return mEncoder.WriteUint16(otChannelManagerGetDelay(mInstance)); in HandlePropertyGet()
1696 OutputLine("delay: %u", otChannelManagerGetDelay(GetInstancePtr())); in Process()1779 error = ProcessGetSet(aArgs + 2, otChannelManagerGetDelay, otChannelManagerSetDelay); in Process()