Skip to content

Handle STATUS_COMMAND_RETRY consistently and with configurable settings #247

@abeltrano

Description

@abeltrano

Is your feature request related to a problem? Please describe.
The FIRA UCI spec indicates that the STATUS_COMMAND_RETRY status, encoded as UWB_STATUS_COMMAND_RETRY in thge UwbCx LRP DDI, can be returned. Currently, the code handles this as an unrecoverable failure and does not make any attempts to retry.

Describe the solution you'd like
Such status indications should actually be retried. All clients should use similar (possibly the same) retry logic. The retry logic should be minimally configurable, at least including options for the maximum number of retries and the amount of time to delay in between retries.

See comments in #243 for some context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions