BluetoothEmulation.simulatePreconnectedPeripheral() method
Simulated preconnected Bluetooth Peripheral. See bluetooth.simulatePreconnectedPeripheral.
Signature
interface BluetoothEmulation {
simulatePreconnectedPeripheral(
preconnectedPeripheral: PreconnectedPeripheral,
): Promise<void>;
}
Parameters
Parameter | Type | Description |
|---|---|---|
preconnectedPeripheral | The peripheral to simulate. |
Returns:
Promise<void>