UwbControleeSessionScope

interface UwbControleeSessionScope : UwbClientSessionScope


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

Summary

Inherited functions

From androidx.core.uwb.UwbClientSessionScope
Flow<RangingResult>

Returns a flow of RangingResult.

suspend Unit
reconfigureRangeDataNtf(
    configType: Int,
    proximityNear: Int,
    proximityFar: Int
)

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

Inherited properties

From androidx.core.uwb.UwbClientSessionScope
UwbAddress

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

RangingCapabilities

Returns the RangingCapabilities which the device supports.