Retry

data class Retry(val backoff: Duration) : BleReconnectPolicy.Action(source)

Retry the connection after the specified backoff delay.

Constructors

Link copied to clipboard
constructor(backoff: Duration)

Properties

Link copied to clipboard