onScan is a stream of BLE devices detected during a scan.
@override Stream<BleDevice> get onScan => _scanController.stream;