Skip to content

ScanResult

Defined in: console-sdk/src/device/deviceModel.ts:223

The reactive result of useDeviceScan: whether a scan is running and the last platform-level scan error (Bluetooth off / permission denied), if any.

error: ScanError | null

Defined in: console-sdk/src/device/deviceModel.ts:227

Last platform-level scan failure, or null.


isScanning: boolean

Defined in: console-sdk/src/device/deviceModel.ts:225

Whether a scan is currently running.