【发布时间】:2013-06-27 08:02:47
【问题描述】:
我正在开发一个 iOS 应用程序,它使用 CoreBluetooth 连接到 Bluetooth Low Energy 设备(心率监测器)。似乎CentralManager 委托没有在设备不再可见时处理的方法-它只有方法didDiscoverPeripheral 和didRetrievePeripheral。此外,它成功地检索(根据请求)已断开连接并从手机上移开的外围设备。
我想要处理的只是当蓝牙不再可访问设备并将其从可用设备列表中删除。有可能吗?
【问题讨论】:
标签: ios core-bluetooth bluetooth-lowenergy