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.
当我将设备连接到外围设备时,他会问我一个密码(设备上会显示一个弹出窗口)。我想在连接期间以编程方式发送此密钥。
我正在使用 CBCentralManager 但我找不到发送它的方法。
有什么建议么?
你不能这样做。这是安全模型的一部分。如果您的 BLE 外围设备指定访问其特性之一需要加密,则需要配对。密钥由 iOS 而非您的应用程序收集,您的应用程序无权访问密钥或配对/绑定过程