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

Commit d90b07b8 authored by En-Shuo Hsu's avatar En-Shuo Hsu Committed by Gerrit Code Review
Browse files

Merge "floss: Trigger connect for HFP"

parents eafcfd5f 741a652e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1471,7 +1471,7 @@ impl IBluetooth for Bluetooth {
                                self.hh.as_ref().unwrap().connect(&mut addr.unwrap());
                            }

                            Profile::A2dpSink | Profile::A2dpSource => {
                            Profile::A2dpSink | Profile::A2dpSource | Profile::Hfp => {
                                let txl = self.tx.clone();
                                let address = device.address.clone();
                                topstack::get_runtime().spawn(async move {