As per title i am able to do read/write data successfully in below lollipop but in lollipop many times i am getting read/write fails.
this is how i am doing read/write data:
boolean isRead= getmBluetoothGatt().readCharacteristic(characteristic);
in lollipop devices i am getting isRead as false many times but it works perfectly on non lollipop os.
Does any one has faced such problem ? Answer will be greatly appreciated. Thanks.