Skip to main content
Version: Next

BluetoothEmulation.disableEmulation() method

Disable emulated bluetooth adapter. See bluetooth.disableSimulation.

Signature

interface BluetoothEmulation {
disableEmulation(): Promise<void>;
}

Returns:

Promise<void>