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

Commit ab516efc authored by Thomas Girardier's avatar Thomas Girardier Committed by Automerger Merge Worker
Browse files

Merge "[Pandora] Fix slow reconnect_phone" am: 94c31350 am: 6986d8bd

parents e75be640 6986d8bd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -128,6 +128,8 @@ class RootCanal:
                    target_phys = [le_phy]
                elif "hci_device" in name:
                    target_phys = [classic_phy, le_phy]
                else:
                    target_phys = []

                for phy in target_phys:
                    if dev_i not in self._parse_phy(devices["Phys"][phy])[1]: