Louis CAD
Louis CAD
`appCtx` is not used under the hood anyway. Regarding the breakpoints, I don't really understand the screenshot. It seems you're editing the library code and putting breakpoints there while it's...
The sample app uses `discoverServices()` successfully. Can you try the sample app on your device?
If there was an exception, it'd be thrown. For the error, you can go into build.gradle.kts and update AGP (Android Gradle Plugin) to the required version (3.5.3). On Mon, Jan...
My bad, it's defined in buildSrc/build.gradle.kts On Wed, Jan 22, 2020, 12:53 Luiz Machado wrote: > You sure? I see no gradle version in there. > > — > You...
The dialog is shown by Samsung, it has nothing to do with BLE. It's about Bluetooth classic, which is a very different thing. Did you try changing the mac address...
So the library is working fine, as expected. The sample is very basic, but that's enough to inspired you how to implement what you need for your use case.
I cannot, because I don't have your code, but the name of the device is printed only after `discoverServices` completes successfully (includes the callback being called), so you can use...
> wonder why they're used as example on README and didn't came with the lib Because you should decide how you deal with disconnections (retries, backoff delay, max attempts, alert...
Hi @jishindev, We didn't do so yet because we would need to have a server BLE device that respects a contract that the client device (and app) would expect, and...
Yeah, it'd be a good start. PR welcome. Implementation is expected in the sample-common module, in dedicated package(s)