Hello everyone,
I have a problem when I try to connect to an Estimote beacon.
I’ve got this error :
m.estimote.mgmtsdk.common.exceptions.DeviceConnectionException: Disconnected from device while trying to connect. Error code 62: UNKNOWN
at com.estimote.mgmtsdk.connection.strategy.DeviceConnectionInternal$1.onError(DeviceConnectionInternal.java:262)
at com.estimote.mgmtsdk.connection.strategy.BasicConnectionStrategy$1.onConnectionError(BasicConnectionStrategy.java:73)
at com.estimote.coresdk.connection.bluerock.BlueRock.notifyConnectionError(BlueRock.java:434)
at com.estimote.coresdk.connection.bluerock.BlueRock.access$800(BlueRock.java:52)
at com.estimote.coresdk.connection.bluerock.BlueRock$2.onConnectionStateChange(BlueRock.java:177)
at android.bluetooth.BluetoothGatt$1.onClientConnectionState(BluetoothGatt.java:182)
at android.bluetooth.IBluetoothGattCallback$Stub.onTransact(IBluetoothGattCallback.java:70)
at android.os.Binder.execTransact(Binder.java:446)
But when I try after the first attempt to connect to the same beacon, I can have that error again or I can connect to it.
Best regards,
Quentin