Package-level declarations
Types
Link copied to clipboard
Errors that occur during out-of-band peer parameter exchange.
Link copied to clipboard
Throwable wrapper for ConnectorError, suitable for throwing from PeerConnector.exchange implementations.
Link copied to clipboard
The OOB transport failed to complete the exchange within the expected time.
Link copied to clipboard
The remote peer sent parameters that could not be decoded.
Link copied to clipboard
Transport-agnostic interface for exchanging UWB session parameters with a remote peer.
Link copied to clipboard
The underlying transport (BLE, NFC, WiFi) encountered a failure.
Functions
Link copied to clipboard
suspend fun UwbAdapter.startWithConnector(config: RangingConfig, connector: PeerConnector): RangingSession
Prepare a UWB session, exchange parameters via connector, and start ranging.