Skip to main content
Version: 24.38.0

AdapterState 类型

🌐 AdapterState type

模拟蓝牙适配器状态。

🌐 Emulated bluetooth adapter state.

语法

🌐 Signature

export type AdapterState = 'absent' | 'powered-off' | 'powered-on';