blue-falcon
blue-falcon copied to clipboard
A Bluetooth kotlin multiplatform "Cross-Platform" library for iOS and Android
The README is confusing. It insists on using the word "Bluetooth" (which means Bluetooth Classic), but then all examples are given in terms of BLE. They are not interchangeable. Does...
**Describe the bug** The connection is succesfull, but the moment ,I keep the app in background the connection is refused and disconnected automatically (trying with esp32) **To Reproduce** Steps to...
How do I get the serviceUUID of a device without connecting to it? Only using the scan() method?
Any help, when I clicked scan is started status. However don't display any bluetooth found. Noted: Bluetooth and permission is turn on status
The issue at https://github.com/Reedyuk/blue-falcon/issues/105 recommends using the `assembleBlueFalconXCFramework` to create an xcframework for use in iOS projects, but it appears to not be found: ``` zap blue-falcon/library % ./gradlew :assembleBlueFalconXCFramework...