# BluetoothManufacturerData

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

Bluetooth advertisement manufacturer payload.

```ds title="BluetoothManufacturerData"
export struct BluetoothManufacturerData {
    companyId: uint16;
    data: [uint8];
}
```

[language/library/src/device/binding/bluetooth.ds:204:209](https://github.com/destack-sh/destack/blob/main/language/library/src/device/binding/bluetooth.ds#L204-L209)

## Members

### `companyId: uint16`

Bluetooth company identifier.

### `data: [uint8]`

Manufacturer payload bytes.
