listDevices

abstract suspend fun listDevices(timeoutInMillis: Long = 10000): Flow<StreamResponse<DeviceScanResult>>

Discovers nearby satellite devices that can be paired with.

Return

A flow of device scan results, which completes after the timeout.

Parameters

timeoutInMillis

Maximum time to scan for devices in milliseconds.