bleScanResults property

Stream<BleDevice> get bleScanResults

Get stream of discovered BLE devices

Implementation

static Stream<BleDevice> get bleScanResults => _platform.bleScanResults;