【发布时间】:2014-07-19 09:59:37
【问题描述】:
我构建了一个 iOS 蓝牙启用应用程序,该应用程序连接到外部设备并在连接后与设备配对。现在,我想检查用户是否已经配对设备,以便下次我不会显示配对警报消息?
【问题讨论】:
标签: ios7 xamarin.ios bluetooth-lowenergy core-bluetooth
我构建了一个 iOS 蓝牙启用应用程序,该应用程序连接到外部设备并在连接后与设备配对。现在,我想检查用户是否已经配对设备,以便下次我不会显示配对警报消息?
【问题讨论】:
标签: ios7 xamarin.ios bluetooth-lowenergy core-bluetooth
很遗憾,您不能,Core Bluetooth API 中没有检查配对的方法。 iOS 会在需要时显示配对对话框。
【讨论】: