ios - iPhone 上的应用程序如何在应用程序内与 BT 外围设备配对和连接?
<p><p>例如:iPhone 上的 Pebble 应用程序允许我浏览已发现的 BT 设备列表,然后配对并连接到 watch 。
我知道如何显示 BT 外设列表,但我确信通过代码进行配对和连接是不可能的。</p>
<p><strong>所需行为的示例:</strong></p>
<p> <img src="/image/4ivDL.png" alt="enter image description here"/> </p>
<p> <img src="/image/4BccL.png" alt="enter image description here"/> </p>
<p> <img src="/image/gjy4A.png" alt="enter image description here"/>
有什么想法吗?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您可以使用 EAAccessoryManager 类轻松实现您想要做的事情</p>
<ul>
<li>(void)showBluetoothAccessoryPickerWithNameFilter:(NSPredicate *)谓词完成:(EABluetoothAccessoryPickerCompletion)完成</li>
</ul>
<p>如果您在两个参数中都使用 nil 调用此方法,您将从 pebble 应用程序中获得上面显示的确切对话框。</p>
<p>祝你好运</p></p>
<p style="font-size: 20px;">关于ios - iPhone 上的应用程序如何在应用程序内与 BT 外围设备配对和连接?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/23457301/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/23457301/
</a>
</p>
页:
[1]