BluetoothScanEventOverflow import { BluetoothScanEventOverflow } from "destack:device/binding"; Bluetooth scan overflow event. export struct BluetoothScanEventOverflow { kind: "overflow"; timestampNs: uint64; sequence: uint64; droppedCount: uint64; } language/library/src/device/binding/bluetooth.ds:292:301 Members kind: "overflow" Event discriminator. timestampNs: uint64 Event timestamp in nanoseconds. sequence: uint64 Event sequence number. droppedCount: uint64 Number of dropped events.