nexus
nexus
The readme has enumerated steps for getting started. https://github.com/nexussays/ble.net/blob/master/Readme.md#3-initialize-bluetoothlowenergyadapter-android-only It seems you've done step 3 and are on step 4 where you obtain the adapter in your platform code with...
Thanks for the report! I'll try to investigate further
@mscottreed Does this issue https://github.com/nexussays/ble.net/issues/67 apply to your case?
Thanks @chris1109! I'll see about making a new dispatch queue by default on iOS
That's a good question. I presume this is on Android? What device are you trying to bond with? I don't have any devices that implement bonding so if I were...
Hey @ongunsaracbasi, sorry I overlooked this. It should "just work", what is the behavior you are seeing? And how are are you intending to use background mode in your app?...
That is not expected behavior at all. If you're connected to a device and don't disconnect in code, killing the app (swiping it off screen on the relevant OS's app...
I haven't been able to repro this unfortunately. I added some checks in Android to clear the internal caches in certain failure cases, so perhaps that will help. As for...
Thanks for noticing that error in the readme! When you say it doesn't work, what specifically is the problem? Did you remember to add the `ble.net-android` package to your Android...
Unfortunately this isn't a cross-platform API, e.g., iOS does this automatically under the covers. I could perhaps do it automatically for Android or try to find some other way to...