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.
我已将 iPhone 与特定的蓝牙耳机配对。我想以编程方式连接和断开耳机,但似乎找不到 API 来完成此操作。
我只是错过了什么吗?
谢谢!
不幸的是,没有与蓝牙耳机交互的 API。
有用于连接到蓝牙 LE 设备的 API,称为CoreBluetooth. 但这些 API 不能用于连接蓝牙耳机。用户必须使用设置应用程序连接到他们。
CoreBluetooth