Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何以编程方式判断设备上的蓝牙是打开还是关闭?在这种情况下,以编程方式将其关闭或打开?
谢谢
您是指在关闭蓝牙的情况下运行 GKTank 应用程序时出现的弹出窗口吗?我怀疑这是 PeerPicker 类的一个功能——我还没有看到直接查询蓝牙状态的方法。
但是,如果您在蓝牙关闭时尝试进行蓝牙通话,您将收到 GKSessionCannotEnableError 错误代码(蓝牙当前不可用)。
目前无法与蓝牙接口,除非您为正在开发的某些硬件加入 Made for iPod / Works With iPhone 计划。