# BluetoothServiceData

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

Bluetooth advertisement service payload.

```ds title="BluetoothServiceData"
export struct BluetoothServiceData {
    serviceUuid: string;
    data: [uint8];
}
```

[language/library/src/device/binding/bluetooth.ds:212:217](https://github.com/destack-sh/destack/blob/main/language/library/src/device/binding/bluetooth.ds#L212-L217)

## Members

### `serviceUuid: string`

Service UUID.

### `data: [uint8]`

Service payload bytes.
