My Bluetooth gatt connectivity was working fine but all of a sudden after i pass the following line:
mConnectedGATT = device.connectGatt(com.wicom.bluetoothgatt.MainActivity.this, true, mGattCallback);
the OnConnectionStateChanged event is called 6,7 times does that mean there is a problem with the physical device?