BluetoothSerial
BluetoothSerial copied to clipboard
discoverUnpaired Observable
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.
There's a setDeviceDiscoveredListener
to accomplish this.