BluetoothScanEventLost import { BluetoothScanEventLost } from "destack:device/binding"; Bluetooth scan lost event. export struct BluetoothScanEventLost { kind: "lost"; timestampNs: uint64; sequence: uint64; deviceId: string; } language/library/src/device/binding/bluetooth.ds:280:289 Members kind: "lost" Event discriminator. timestampNs: uint64 Event timestamp in nanoseconds. sequence: uint64 Event sequence number. deviceId: string Bluetooth device identifier.