UwbControleeSessionScope

public interface UwbControleeSessionScope extends UwbClientSessionScope


Interface for controlee client session that is established between nearby UWB devices.

Summary

Inherited methods

From androidx.core.uwb.UwbClientSessionScope
abstract @NonNull UwbAddress

A local address can only be used for a single ranging session.

abstract @NonNull RangingCapabilities

Returns the RangingCapabilities which the device supports.

abstract @NonNull Flow<@NonNull RangingResult>

Returns a flow of RangingResult.

abstract void
reconfigureRangeDataNtf(
    int configType,
    int proximityNear,
    int proximityFar
)

Dynamically reconfigures range data notification config to an active ranging session.