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

BLE 128位UUID规定及使用

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

参考资料:

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://xjtudll.cn/Exp/414/

标签: BLE
分享给朋友:

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

vc改变进度条颜色及去掉进度条边框

参考资料:http://blog.csdn.net/athemon/archive/2009/06/03/4238200.aspx 1、改变进度条颜色 SendMessage这个函数 代码如下:       m_Progress1.SendMessa...

如何备份iOS4.2.1SHSH文件

如何备份iOS4.2.1SHSH文件

本教程指导大家如何备份iOS4.2.1的SHSH文件,使用工具为TinyUmbrella4.21.02,支持全系列的iPhone4,iPhone3GS,iPhone3G,iPod Touch4G,iPod Touch3G,iPod Touch2G和iPad。 没有越狱的用户或者还没有升级iOS4....

object-c 函数前面加号和减号 +和-的区别

简单来说就是: 加号 是可以通过类名直接调用这个方法; 减号则要实例化逸个对象,然后通过实例化的对象来调用该方法!! 使用的时候请注意。...

eclipse显示行号及字体设置

eclipse显示行号及字体设置

1 编辑器显示行号 Windows -> Preferences -> General -> Editors -> Text Editors -> Show line numbers(勾选) 2 显示字体设置 Windows -> Preferences -&g...

Keil C51编译错误:address space overflow

Keil C51编译错误:address space overflow

近日在使用Keil的时候,遇到了一个问题:address space overflow。程序最初编译的时候没这问题,当我增加一段代码后,出现了这个问题。经网上搜索,发现根本原因是:data只能是RAM中的前128个,变量超过128个时会出现ADDRESS SPACE OVERFLOW。 &nb...

发表评论

访客

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