Loading android/pandora/mmi2grpc/mmi2grpc/_rootcanal.py +2 −0 Original line number Diff line number Diff line Loading @@ -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]: Loading Loading
android/pandora/mmi2grpc/mmi2grpc/_rootcanal.py +2 −0 Original line number Diff line number Diff line Loading @@ -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]: Loading