list Devices
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
timeout In Millis
Maximum time to scan for devices in milliseconds.