Loading android/app/src/com/android/bluetooth/gatt/AppScanStats.java +2 −2 Original line number Diff line number Diff line Loading @@ -214,8 +214,8 @@ import com.android.bluetooth.btservice.BluetoothProto; } } if (isRegistered) { ContextMap.App appEntry = contextMap.getByName(appName); if (appEntry != null && isRegistered) { sb.append(" Application ID : " + appEntry.id + "\n"); sb.append(" UUID : " + Loading android/app/src/com/android/bluetooth/gatt/ContextMap.java +2 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ import com.android.bluetooth.btservice.BluetoothProto; App entry = i.next(); if (entry.id == id) { entry.unlinkToDeath(); mAppScanStats.get(entry.name).isRegistered = false; entry.appScanStats.isRegistered = false; i.remove(); break; } Loading Loading @@ -359,6 +359,7 @@ import com.android.bluetooth.btservice.BluetoothProto; while (i.hasNext()) { App entry = i.next(); entry.unlinkToDeath(); entry.appScanStats.isRegistered = false; i.remove(); } } Loading Loading
android/app/src/com/android/bluetooth/gatt/AppScanStats.java +2 −2 Original line number Diff line number Diff line Loading @@ -214,8 +214,8 @@ import com.android.bluetooth.btservice.BluetoothProto; } } if (isRegistered) { ContextMap.App appEntry = contextMap.getByName(appName); if (appEntry != null && isRegistered) { sb.append(" Application ID : " + appEntry.id + "\n"); sb.append(" UUID : " + Loading
android/app/src/com/android/bluetooth/gatt/ContextMap.java +2 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ import com.android.bluetooth.btservice.BluetoothProto; App entry = i.next(); if (entry.id == id) { entry.unlinkToDeath(); mAppScanStats.get(entry.name).isRegistered = false; entry.appScanStats.isRegistered = false; i.remove(); break; } Loading Loading @@ -359,6 +359,7 @@ import com.android.bluetooth.btservice.BluetoothProto; while (i.hasNext()) { App entry = i.next(); entry.unlinkToDeath(); entry.appScanStats.isRegistered = false; i.remove(); } } Loading