BluetoothEmulation.disableEmulation() 方法
¥BluetoothEmulation.disableEmulation() method
禁用模拟蓝牙适配器。参见 bluetooth.disableSimulation。
¥Disable emulated bluetooth adapter. See bluetooth.disableSimulation.
签名
¥Signature
interface BluetoothEmulation {
disableEmulation(): Promise<void>;
}
Returns:
Promise<void>