Skip to main content
Version: Next

BluetoothEmulation.simulatePreconnectedPeripheral() method

Simulated preconnected Bluetooth Peripheral. See bluetooth.simulatePreconnectedPeripheral.

Signature

interface BluetoothEmulation {
simulatePreconnectedPeripheral(
preconnectedPeripheral: PreconnectedPeripheral,
): Promise<void>;
}

Parameters

Parameter

Type

Description

preconnectedPeripheral

PreconnectedPeripheral

The peripheral to simulate.

Returns:

Promise<void>