BluetoothEmulation.disableEmulation() method
Disable emulated bluetooth adapter. See bluetooth.disableSimulation.
Signature
interface BluetoothEmulation {
disableEmulation(): Promise<void>;
}
Returns:
Promise<void>
Disable emulated bluetooth adapter. See bluetooth.disableSimulation.
interface BluetoothEmulation {
disableEmulation(): Promise<void>;
}
Returns:
Promise<void>