在 Apple Watch 上获取 RSSI
Posted
技术标签:
【中文标题】在 Apple Watch 上获取 RSSI【英文标题】:Get the RSSI on Apple Watch 【发布时间】:2018-07-10 02:10:03 【问题描述】:如何获取 Apple Watch 的 RSSI?现在支持核心蓝牙,所以我们应该很好。我找不到任何有效的文档或代码!我需要帮助:)
【问题讨论】:
【参考方案1】:来自CBCentralManagerDelegate,你应该可以通过实现这个方法得到,
func centralManager(_ central: CBCentralManager,
didDiscover peripheral: CBPeripheral,
advertisementData: [String : Any],
rssi RSSI: NSNumber)
【讨论】:
以上是关于在 Apple Watch 上获取 RSSI的主要内容,如果未能解决你的问题,请参考以下文章
如何在没有 Apple Watch 应用的情况下使用 cordova 在 Apple Watch 上获取 iPhone 应用的推送通知?