Back to Puppeteer

PreconnectedPeripheral interface

docs/api/puppeteer.preconnectedperipheral.md

19.2.2860 B
Original Source

PreconnectedPeripheral interface

A bluetooth peripheral to be simulated.

Signature

typescript
export interface PreconnectedPeripheral

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="address">address</span>

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

string

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

<span id="knownserviceuuids">knownServiceUuids</span>

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

string[]

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

<span id="manufacturerdata">manufacturerData</span>

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

BluetoothManufacturerData[]

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

<span id="name">name</span>

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

string

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