blue-falcon
blue-falcon copied to clipboard
A Bluetooth kotlin multiplatform "Cross-Platform" library for iOS and Android
**Describe the bug** When calling the notifyCharacteristic, the onCharacteristicChanged never firing. I am getting a value for the read. And I have checked that the device indeed does support notifications...
Hi, during more stress test of my app, i've discovered that Android device after some time causes peripheral to stop accept connections and stops from being visible in ble scan....
Issue created with #45 fix. After disconnect by calling disconnect method and reconnect again with device within same BlueFalcon instance, we won’t be able to write to gatt characteristic. It...
**Expected** For creating a connection, I am using method connect() with autoConnect flag set to true. This is setup once and it is expected that after setting up this "autoConnect",...
I've been looking into the library for use in my companies BLE apps. It seems very simple to use and I look forward to being able to add this to...
When requesting a change of the MTU, the peripheral returned by the callback does not contain services and characteristics. Yet, if you keep a reference of previous characteristics, one cannot...
There is no a working solution to use Windows Bluetooth Api in Java/Kotlin desktop app. The only was is to switch to Linux or to C# Is it possible to...
Fixes #60 Need to fix android example so it works with IR.
TODO - the android example crashes alot, should move away from anko and use the default google way.
When scanning with BlueFalcon, the console is completely flooded with logs like this: ```Discovered device null Discovered device null Discovered device DatiPlus-K00001B Discovered device DatiPlus-K00001B Discovered device null Discovered device...