Searched refs:aWindow (Results 1 – 4 of 4) sorted by relevance
134 Error JamDetector::SetWindow(uint8_t aWindow) in SetWindow() argument138 VerifyOrExit(aWindow != 0, error = kErrorInvalidArgs); in SetWindow()139 VerifyOrExit(aWindow <= kMaxWindow, error = kErrorInvalidArgs); in SetWindow()141 mWindow = aWindow; in SetWindow()
135 Error SetWindow(uint8_t aWindow);
61 otError otJamDetectionSetWindow(otInstance *aInstance, uint8_t aWindow) in otJamDetectionSetWindow() argument65 return instance.Get<Utils::JamDetector>().SetWindow(aWindow); in otJamDetectionSetWindow()
96 otError otJamDetectionSetWindow(otInstance *aInstance, uint8_t aWindow);