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