Kotlin-BLE-Library
Kotlin-BLE-Library copied to clipboard
Getting status 133 connecting with ESP32 running Nimble
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?
Also getting occasional 133 gatt errors. Sometimes a few, sometimes many right after another. No clue what to do now.