Loading system/gd/rust/linux/stack/src/bluetooth.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
system/gd/rust/linux/stack/src/bluetooth.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading