Loading android/app/src/com/android/bluetooth/gatt/GattService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1524,7 +1524,7 @@ public class GattService extends ProfileService { if (DBG) Log.d(TAG, "registerForNotification() - address=" + address + " enable: " + enable); Integer connId = mClientMap.connIdByAddress(clientIf, address); if (connId != null) { if (connId == null) { Log.e(TAG, "registerForNotification() - No connection for " + address + "..."); return; } Loading Loading
android/app/src/com/android/bluetooth/gatt/GattService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1524,7 +1524,7 @@ public class GattService extends ProfileService { if (DBG) Log.d(TAG, "registerForNotification() - address=" + address + " enable: " + enable); Integer connId = mClientMap.connIdByAddress(clientIf, address); if (connId != null) { if (connId == null) { Log.e(TAG, "registerForNotification() - No connection for " + address + "..."); return; } Loading