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.
如何获取适用于 Android 的蓝牙设备的连接状态,即 API 级别 7 及以上的“已连接”、“已断开”、“正在断开”或“正在连接”?
我在这个问题上进行了很多搜索,但没有找到任何关于此的内容。我也无法断开未在我的应用程序中连接的设备,因为我不知道它是否已连接。
Intent.ACTION_ACL_CONNECTED我可以使用and知道我的应用程序中是否连接了设备Intent.ACL_DISCONNECTED,当我连接或断开设备时,我会收到中断或警报。
Intent.ACTION_ACL_CONNECTED
Intent.ACL_DISCONNECTED
不幸的是,目前没有办法检测蓝牙设备是否连接。您只能检测连接/断开连接事件。