scanForProxy method

Stream<DiscoveredDevice> scanForProxy()

Will scan for provisioned nodes.

Returns a Stream of DiscoveredDevice for the user to listen to.

To stop the scan, user has to make sure to cancel any subscription to this Stream.

Throws an UnsupportedError if the current OS is not supported.

Implementation

Stream<DiscoveredDevice> scanForProxy() => _bleScanner.scanForProxy();