Loading system/gd/rust/linux/stack/src/bluetooth_media.rs +1 −6 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
system/gd/rust/linux/stack/src/bluetooth_media.rs +1 −6 Original line number Diff line number Diff line Loading @@ -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); } } Loading