BluetoothSerial icon indicating copy to clipboard operation
BluetoothSerial copied to clipboard

discoverUnpaired Observable

Open Nick-lab opened this issue 6 years ago • 1 comments

why is the function discoverUnpaired a Promise instead of a Observable ? I feel like making it an Observable would make a better UX flow and as devices are discovered they can populate a list instead of waiting for all devices to be found.

Nick-lab avatar Nov 26 '18 18:11 Nick-lab

There's a setDeviceDiscoveredListener to accomplish this.

RafaelKr avatar May 20 '19 14:05 RafaelKr