mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2025-12-22 00:44:26 +01:00
Critical bug fixed #27
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user