【发布时间】:2014-04-18 05:37:35
【问题描述】:
我是 iOS 开发新手,正在研究适用于 IOS 的低功耗蓝牙(BLE、蓝牙 4.0)
我找到了像Proximity profile 这样的信息,它使用Immediate Alert 的Service。
Proximity profile的描述如下:
When a device moves away from a peer device so that the connection is dropped or the path loss increases above a preset level, causing an immediate alert.
条件-A:使用Proximity profile
Proximity profile 使用 immediate alert Service 在设备远离对等设备时启动警报。
条件-B:不使用Proximity profile
我可以从BLE device 获取RSSI 并使用immediate alert Service 在RSSI 超出我设置的范围时启动警报(例如:-75dbm )。
The question is like the following:
condition-A和condition-B有什么区别??
Profile 只是一个理论吗?而Service 是真正的应用程序?
【问题讨论】:
标签: ios bluetooth bluetooth-lowenergy core-bluetooth