BLE(蓝牙 4.0)中的即时警报服务和接近配置文件之间有啥关系?
Posted
技术标签:
【中文标题】BLE(蓝牙 4.0)中的即时警报服务和接近配置文件之间有啥关系?【英文标题】:What the relation between Immediate Alert Service and Proximity profile in BLE(Bluetooth 4.0)?BLE(蓝牙 4.0)中的即时警报服务和接近配置文件之间有什么关系? 【发布时间】: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
是真正的应用程序?
【问题讨论】:
【参考方案1】:配置文件定义了服务的语义,而服务仅包含对其所包含特征的正式描述,并具有分配的 UUID。
【讨论】:
以上是关于BLE(蓝牙 4.0)中的即时警报服务和接近配置文件之间有啥关系?的主要内容,如果未能解决你的问题,请参考以下文章