Loading system/gd/rust/linux/stack/src/socket_manager.rs +1 −1 Original line number Diff line number Diff line Loading @@ -854,7 +854,7 @@ impl BluetoothSocketManager { match time::timeout(timeout, stream.readable()).await { Ok(inner) => match inner { Ok(()) => {} Err(e) => { Err(_e) => { // Stream was not readable. This is usually due to some polling error. return BtStatus::Fail; } Loading Loading
system/gd/rust/linux/stack/src/socket_manager.rs +1 −1 Original line number Diff line number Diff line Loading @@ -854,7 +854,7 @@ impl BluetoothSocketManager { match time::timeout(timeout, stream.readable()).await { Ok(inner) => match inner { Ok(()) => {} Err(e) => { Err(_e) => { // Stream was not readable. This is usually due to some polling error. return BtStatus::Fail; } Loading