Loading android/app/src/com/android/bluetooth/gatt/GattService.java +1 −1 Original line number Diff line number Diff line Loading @@ -196,6 +196,7 @@ public class GattService extends ProfileService { public void binderDied() { if (DBG) Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); stopScan(mAppIf, false); unregisterClient(mAppIf); } } Loading Loading @@ -948,7 +949,6 @@ public class GattService extends ProfileService { enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); if (DBG) Log.d(TAG, "unregisterClient() - clientIf=" + clientIf); removeScanClient(clientIf, false); mClientMap.remove(clientIf); gattClientUnregisterAppNative(clientIf); } Loading Loading
android/app/src/com/android/bluetooth/gatt/GattService.java +1 −1 Original line number Diff line number Diff line Loading @@ -196,6 +196,7 @@ public class GattService extends ProfileService { public void binderDied() { if (DBG) Log.d(TAG, "Binder is dead - unregistering client (" + mAppIf + ")!"); stopScan(mAppIf, false); unregisterClient(mAppIf); } } Loading Loading @@ -948,7 +949,6 @@ public class GattService extends ProfileService { enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission"); if (DBG) Log.d(TAG, "unregisterClient() - clientIf=" + clientIf); removeScanClient(clientIf, false); mClientMap.remove(clientIf); gattClientUnregisterAppNative(clientIf); } Loading