Back to Puppeteer

BluetoothManufacturerData interface

website/versioned_docs/version-24.40.0/api/puppeteer.bluetoothmanufacturerdata.md

19.2.2760 B
Original Source

BluetoothManufacturerData interface

Represents the simulated bluetooth peripheral's manufacturer data.

Signature

typescript
export interface BluetoothManufacturerData

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead> <tbody><tr><td>

<span id="data">data</span>

</td><td> </td><td>

string

</td><td>

The manufacturer-specific data as a base64-encoded string.

</td><td> </td></tr> <tr><td>

<span id="key">key</span>

</td><td> </td><td>

number

</td><td>

The company identifier, as defined by the Bluetooth SIG.

</td><td> </td></tr> </tbody></table>