Sylwester Zieliński

Results 2 issues of Sylwester Zieliński

One more thing I noticed. I was memory profiling the app using Android Studio's memory profiler to verify the memory leaks and even though `ClientBleGatt` was being garbage collected correctly...

The `gatt.connect()` method which you mention has some side-effect. Have a look at this comment: https://github.com/NordicSemiconductor/Android-BLE-Library/pull/531#issuecomment-1774902392 In Android 4.3 - 13 it was changing the value of autoConnect to *true*,...

enhancement