读取iOS中的SystemID特征

时间:2018-10-01 15:00:57

标签: ios bluetooth-lowenergy core-bluetooth

我必须从设备蜂(蓝牙低功耗)中读取带有CoreBluetooth的iOS中的this特性。我读到这是一个uint64值,在uint40中的结构为 Manufacturer Identifier,在uint24中则为Organizationally Unique Identifier

如链接所示,

  

示例:   如果系统ID基于蓝牙设备地址,且公司标识符(组织唯一标识符)为0x123456,公司分配的标识符(制造商标识符)为0x9ABCDE,则系统标识符必须为0x123456FFFE9ABCDE。

那么如何迅速实现呢?

0 个答案:

没有答案