capture_with_recovery

Function capture_with_recovery 

Source
async fn capture_with_recovery(app: &mut App, args: &CaptureArgs) -> Result<()>
Expand description

Run the capture, recovering a dropped BLE link when asked to.

Reconnection belongs to one-shot mode, which owns the link and can rediscover it. In the REPL the session owns the link: if it drops, the REPL itself is unattached, and saying so beats silently reconnecting underneath the user.