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.
有没有办法检查蓝牙设备是否连接。我正在开发一个同时具有蓝牙和非蓝牙硬件的应用程序,如果蓝牙未连接,我想隐藏一个选项卡。
问题是蓝牙连接并开始流式传输,然后设备进行身份验证,如果用户在身份验证完成之前打开应用程序,那么我的蓝牙选项卡不会显示,用户必须关闭应用程序然后重新打开它。我知道这似乎是一个小烦恼,但我只是好奇是否可以检测蓝牙的状态(连接或断开连接)。
您可以在CoreBlueTooth 框架中检查 CBCentralManager 类