You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: