# BluetoothSessionEventDisconnected

`import { BluetoothSessionEventDisconnected } from "destack:device/binding";`

Bluetooth session disconnected event.

```ds title="BluetoothSessionEventDisconnected"
export struct BluetoothSessionEventDisconnected {
    kind: "disconnected";
    timestampNs: uint64;
    sequence: uint64;
}
```

[language/library/src/device/binding/bluetooth.ds:311:318](https://github.com/destack-sh/destack/blob/main/language/library/src/device/binding/bluetooth.ds#L311-L318)

## Members

### `kind: "disconnected"`

Event discriminator.

### `timestampNs: uint64`

Event timestamp in nanoseconds.

### `sequence: uint64`

Event sequence number.
