BluetoothEmulation.disableEmulation() 方法
禁用模拟的蓝牙适配器。参见 bluetooth.disableSimulation。
签名
interface BluetoothEmulation {
disableEmulation(): Promise<void>;
}
返回值:
Promise<void>
禁用模拟的蓝牙适配器。参见 bluetooth.disableSimulation。
interface BluetoothEmulation {
disableEmulation(): Promise<void>;
}
返回值:
Promise<void>