Skip to main content
Version: 24.33.0

BluetoothEmulation.disableEmulation() 方法

¥BluetoothEmulation.disableEmulation() method

禁用模拟蓝牙适配器。参见 bluetooth.disableSimulation

¥Disable emulated bluetooth adapter. See bluetooth.disableSimulation.

签名

¥Signature

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

Returns:

Promise<void>