NordicSemiconductor / Kotlin-BLE-Library

BSD 3-Clause "New" or "Revised" License
281 stars 27 forks source link

Getting status 133 connecting with ESP32 running Nimble #91

Open danimasa opened 7 months ago

danimasa commented 7 months ago

I'm getting trouble connecting to an ESP32 running Nimble. All the time I'm getting the status 133 error and get disconnected during the ClientBleGatt.connect(context, device, scope) function. After some time trying I'm capable of connecting. I Debuged the ESP32 but there is no error in that part, It seems to be the Android that is getting trouble to connect.

I looked in the ClientBleGatt library but didn't find any configurations for the connection to resolve that error. Here there are some causes for that error but any seems to be the case. Is there some configuration I didn't notice?

codepushr commented 3 months ago

Also getting occasional 133 gatt errors. Sometimes a few, sometimes many right after another. No clue what to do now.