BluetoothSessionEventDisconnected import { BluetoothSessionEventDisconnected } from "destack:device/binding"; Bluetooth session disconnected event. export struct BluetoothSessionEventDisconnected { kind: "disconnected"; timestampNs: uint64; sequence: uint64; } language/library/src/device/binding/bluetooth.ds:311:318 Members kind: "disconnected" Event discriminator. timestampNs: uint64 Event timestamp in nanoseconds. sequence: uint64 Event sequence number.