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.
是否可以以编程方式连接到蓝牙设备。因此,无需用户打开蓝牙设置并选择他们需要连接的设备。注意:它需要连接的设备将始终具有相同的设备名称。
是的,如果您使用 Core Bluetooth 发现所有可发现的设备。然后,如果它与名称等匹配,则连接到它。
我围绕 Apple 的 Core Bluetooth 框架做了一个封装,以便更轻松地完成这些事情。
https://github.com/steprescott/SCPCoreBluetoothManager