androidx.core.uwb.rxjava3

Extension functions summary

Extension functions

addControleeSingle

fun UwbControllerSessionScope.addControleeSingle(address: UwbAddress): Single<Unit>

Returns a Single that will run in a given block to add a controlee.

See also
addControlee

clientSessionScopeSingle

fun UwbManager.clientSessionScopeSingle(): Single<UwbClientSessionScope>

Returns a Single of UwbClientSessionScope.

rangingResultsObservable

fun UwbClientSessionScope.rangingResultsObservable(
    parameters: RangingParameters
): Observable<RangingResult>

Returns an Observable stream of RangingResult.

See also
prepareSession

removeControleeSingle

fun UwbControllerSessionScope.removeControleeSingle(address: UwbAddress): Single<Unit>

Returns a Single that will run in a given block to remove a controlee.

See also
removeControlee