I am working on BLE Applications, I have tested with different devices like Nexus, Moto, Samsung, LG. I am getting the GATT Error 133 in Samsung Devices alone(Samsung A5 2016). Trying to connect 10 times it gets connected only 2 or 3 times.Please Help me out.
Asked
Active
Viewed 1,188 times
3
-
Try to stop scanning during connection – reTs Nov 08 '16 at 03:26
-
Thanks for your reply.Am connecting after scanned devices. specifically above error occurs only Samsung devices – Arun Ravichandran Nov 08 '16 at 06:29
-
If you use direct connect (setting the autoConnect parameter to false), that error is returned when the attempt times out after about 30 seconds. Is that what you are getting? – Emil Nov 08 '16 at 21:46
-
1Am getting status 133 in callback onConnectionStateChange – Arun Ravichandran Nov 09 '16 at 07:54