Stops an ongoing Bluetooth scan or, if no scan is running, does nothing.
@override Future<void> stopScan() async { await _scanResultsController.close(); }