Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/CsipDeviceManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ public class CsipDeviceManager { } for (Map.Entry<Integer, ParcelUuid> entry: groupIdMap.entrySet()) { if (entry.getValue().equals(BluetoothUuid.BASE_UUID)) { if (entry.getValue().equals(BluetoothUuid.CAP)) { return entry.getKey(); } } Loading packages/SettingsLib/src/com/android/settingslib/bluetooth/LocalBluetoothProfileManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ public class LocalBluetoothProfileManager { .getGroupUuidMapByDevice(cachedDevice.getDevice()); if (groupIdMap != null) { for (Map.Entry<Integer, ParcelUuid> entry: groupIdMap.entrySet()) { if (entry.getValue().equals(BluetoothUuid.BASE_UUID)) { if (entry.getValue().equals(BluetoothUuid.CAP)) { cachedDevice.setGroupId(entry.getKey()); break; } Loading Loading
packages/SettingsLib/src/com/android/settingslib/bluetooth/CsipDeviceManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ public class CsipDeviceManager { } for (Map.Entry<Integer, ParcelUuid> entry: groupIdMap.entrySet()) { if (entry.getValue().equals(BluetoothUuid.BASE_UUID)) { if (entry.getValue().equals(BluetoothUuid.CAP)) { return entry.getKey(); } } Loading
packages/SettingsLib/src/com/android/settingslib/bluetooth/LocalBluetoothProfileManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ public class LocalBluetoothProfileManager { .getGroupUuidMapByDevice(cachedDevice.getDevice()); if (groupIdMap != null) { for (Map.Entry<Integer, ParcelUuid> entry: groupIdMap.entrySet()) { if (entry.getValue().equals(BluetoothUuid.BASE_UUID)) { if (entry.getValue().equals(BluetoothUuid.CAP)) { cachedDevice.setGroupId(entry.getKey()); break; } Loading