当前位置:首页 > 技术心得 > 正文内容

BLE 128位UUID规定及使用

xjtudll10年前 (2016-08-03)技术心得19370

参考资料:

http://www.deyisupport.com/question_answer/wireless_connectivity/f/45/t/30862.aspx

问题:

私有profile必须要用128位的UUID?

答案:

16bit UUID是SIG定义的,私有profile需要用128bit UUID。

TI 128Bit UUID例程:

http://processors.wiki.ti.com/index.php/128_Bit_UUID_SimpleBLE

条款出处:

Bluetooth  4.0 Core Spec  (which can be download from Bluetooth SIG)

section "3 Protocol Requirements":

"Applications shall not convert a 128-bit UUID to a 16-bit UUID for comparison as there is no guarantee that the 128-bit UUID is based on the Bluetooth Base UUID; it could be a vendor defined 128-bit UUID. 16-bit UUIDs are assigned by the Bluetooth SIG and published in the Bluetooth Assigned Numbers page."

6342e75c-14a0-45ce-9ddb-53f2440a0763

扫描二维码推送至手机访问。

版权声明:本文由鸟的天空发布,如需转载请注明出处。

本文链接:http://www.xjtudll.cn/Exp/414/

标签: BLE
分享给朋友:

“BLE 128位UUID规定及使用” 的相关文章

C#实现重启应用程序

推荐使用: Application.Restart();...

固定水晶报表每页显示的行数两种方法

方法一:   例如每页显示20条记录:    1.选择[区段专家]    2.选择[明细]    3.选择[在之前新增分页]的公式按钮,输入以下公司    IF   Remaind...

运放芯片不用的输入端的处理

本文转载自21IC论坛。 对于数字器件,尤其是CMOS器件,不用的输入端不能悬空,这个道理好像已经尽人皆知了。至少在21IC,时不时就会有人发帖让大家“温习”这个问题。但对于模拟器件,好像认识还有些模糊。 就以运放为例。多运放芯片中不用的运放怎么处理,好像是新手们的一个共同疑问。(有这个疑问是好...

ios宏: 判断是否是retina屏,是否iPad,设备判断(4,5,5s,6等)

#define IS_IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) #define IS_IPHONE (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) #def...

Altium Keepout层内覆铜

Altium Keepout层内覆铜

Altium绘制PCB时,PCB Keepout层难免是异形,各种乌七八糟的形状都有可能出现。很多时候,只想在Keepout层内覆铜,该咋办呢? 其实很简单,勾选“Remove Dead Copper”,覆铜时覆盖整个Keepout层,覆铜操作结束后,则只在Keepout...

如何在Firefox上安装未通过验证的扩展

如何在Firefox上安装未通过验证的扩展

参考资料: http://www.cnblogs.com/pcat/p/6806340.html https://www.zhihu.com/question/47505319 xpi文件是Firefox浏览器的扩展文件,打开Firefox,把xpi文件...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。