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

Commit e513f9e0 authored by Whale Chang's avatar Whale Chang Committed by Gerrit Code Review
Browse files

Merge "Floss: Create UHID device as long as telephony flag is enabled" into main

parents f7d6cfde 1c6fb867
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -724,12 +724,7 @@ impl BluetoothMedia {
                            self.start_sco_call_impl(addr.to_string(), false, HfpCodecBitId::NONE);
                        }

                        if self.should_insert_call_when_sco_start(addr) {
                            info!(
                                "[{}]: UHID creation skipped due to interop workaround",
                                DisplayAddress(&addr)
                            );
                        } else {
                        if self.phone_ops_enabled {
                            self.uhid_create(addr);
                        }
                    }