# BluetoothSessionEventOverflow

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

Bluetooth session overflow event.

```ds title="BluetoothSessionEventOverflow"
export struct BluetoothSessionEventOverflow {
    kind: "overflow";
    timestampNs: uint64;
    sequence: uint64;
    droppedCount: uint64;
}
```

[language/library/src/device/binding/bluetooth.ds:343:352](https://github.com/destack-sh/destack/blob/main/language/library/src/device/binding/bluetooth.ds#L343-L352)

## Members

### `kind: "overflow"`

Event discriminator.

### `timestampNs: uint64`

Event timestamp in nanoseconds.

### `sequence: uint64`

Event sequence number.

### `droppedCount: uint64`

Number of dropped events.
