Loading system/gd/rust/linux/stack/src/bluetooth.rs +5 −3 Original line number Diff line number Diff line Loading @@ -1099,9 +1099,11 @@ impl BtifBluetoothCallbacks for Bluetooth { let sent_info = info.clone(); tokio::spawn(async move { let _ = txl.send(Message::DelayedAdapterActions( let _ = txl .send(Message::DelayedAdapterActions( DelayedActions::ConnectAllProfiles(sent_info), )); )) .await; }); } Loading Loading
system/gd/rust/linux/stack/src/bluetooth.rs +5 −3 Original line number Diff line number Diff line Loading @@ -1099,9 +1099,11 @@ impl BtifBluetoothCallbacks for Bluetooth { let sent_info = info.clone(); tokio::spawn(async move { let _ = txl.send(Message::DelayedAdapterActions( let _ = txl .send(Message::DelayedAdapterActions( DelayedActions::ConnectAllProfiles(sent_info), )); )) .await; }); } Loading