| 754 | } |
| 755 | |
| 756 | void |
| 757 | Application::onPanSpectrumSkipChanged(void) |
| 758 | { |
| 759 | if (this->scanner != nullptr) |
| 760 | this->scanner->setRttMs(this->mediator->getPanSpectrumRttMs()); |
| 761 | } |
| 762 | |
| 763 | void |
| 764 | Application::onPanSpectrumRelBwChanged(void) |
nothing calls this directly
no test coverage detected