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.
Properties
Section titled “Properties”bleName
Section titled “bleName”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
Section titled “seenAt”seenAt:
number
Defined in: console-sdk/src/transport/types.ts:69
Milliseconds timestamp at which the advertisement was seen.
serviceUuids
Section titled “serviceUuids”serviceUuids: readonly
string[]
Defined in: console-sdk/src/transport/types.ts:67
Service UUIDs carried in the advertisement.