Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58a5a600 authored by Chienyuan's avatar Chienyuan
Browse files

Fix UUID issue of address consolidateion

Bug: 222623898
Tag: #refactor
Test: CTKD over BLE, off/on BT, check profile details page
Change-Id: If53d59b68c13876617418aa7da2c7d26098dee27
parent ac098f93
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -665,7 +665,7 @@ final class RemoteDevices {
                            break;
                            break;
                        case AbstractionLayer.BT_PROPERTY_TYPE_OF_DEVICE:
                        case AbstractionLayer.BT_PROPERTY_TYPE_OF_DEVICE:
                            if (device.isConsolidated()) {
                            if (device.isConsolidated()) {
                                return;
                                break;
                            }
                            }
                            // The device type from hal layer, defined in bluetooth.h,
                            // The device type from hal layer, defined in bluetooth.h,
                            // matches the type defined in BluetoothDevice.java
                            // matches the type defined in BluetoothDevice.java