Skip to content

SeenDevice

Defined in: console-sdk/src/transport/types.ts:59

A device observed during scanning, delivered via TransportDelegate.onDeviceSeen for every advertisement matching the active ScanFilter.

bleName: string

Defined in: console-sdk/src/transport/types.ts:63

Advertised BLE name (classification into model/modality happens above the transport).


id: DeviceId

Defined in: console-sdk/src/transport/types.ts:61

Stable transport-level identifier for the device.


rssi: number | null

Defined in: console-sdk/src/transport/types.ts:65

Signal strength of the advertisement, or null when unavailable.


seenAt: number

Defined in: console-sdk/src/transport/types.ts:69

Milliseconds timestamp at which the advertisement was seen.


serviceUuids: readonly string[]

Defined in: console-sdk/src/transport/types.ts:67

Service UUIDs carried in the advertisement.