Critical bug fixed #27

This commit is contained in:
Aleksander Nowakowski
2017-03-10 17:06:34 +01:00
parent 621962c668
commit acb23bb0ac

View File

@@ -388,7 +388,7 @@ public abstract class BleManager<E extends BleManagerCallbacks> implements ILogg
return false; return false;
Logger.i(mLogSession, "Service Changed characteristic found on a bonded device"); Logger.i(mLogSession, "Service Changed characteristic found on a bonded device");
return enableIndications(scCharacteristic); return internalEnableIndications(scCharacteristic);
} }
/** /**