Andrew Reed

Results 84 comments of Andrew Reed
trafficstars

yes it looks different, i will raise seperately.

pass in null for the method, does this return a list of devices? did you view the example?

What makes you think that this wrapper library is performing a disconnect? seems more likely the implementation is not keeping the connection open. Do you have any logging in place...

Ok, i think i know your issue, https://github.com/Reedyuk/blue-falcon/blob/1f6960d4bab9e98f792354a11cbcf431c7f7429a/library/src/commonMain/kotlin/dev/bluefalcon/BlueFalcon.kt#L19 You need to make sure that you pass TRUE for autoConnect. ``` blueFalcon.connect(device, true) ``` I believe you are probably using the...

It would appear that bluetoothadapter.java is throwing an exception. If you click into it you will see the code and find why this is the case. Usually the stacktrace is...

So it works on version 14 API 34 of android. Which version of android does it not work? What is the full stack trace? you will probably find a hint...

Do you have the **full** stacktrace? could you post it in here?

Are you sure you have the correct permissions: ``` /** * Broadcast Action: The notifys Bluetooth ACL connected event. This will be * by BLE Always on enabled application to...

i would need to spend time looking into this properly, will have to try later when i have a moment. My guess is its something around contexts and permissions used...