List of company IDs for manufacturer specific data in BLE advertising packets

强颜欢笑 提交于 2020-05-10 04:10:55

问题


Where can I find the list of registered company IDs which are set right after the AD type field in an AD Structure in a BLE advertising packet when the AD type is 0xFF (Manufacturer Specific Data)?

To be concrete, for example, how can I find the information telling that Apple's company ID is 0x4C00? (In an iBeacon packet, AD Type 0xFF is followed by 0x4C and 0x00.)


回答1:


The list of two-byte Bluetooth company identifiers, sometimes called the CIC, can be found here:

https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers/

https://www.bluetooth.org/en-us/specification/assigned-numbers/company-identifiers

The page also has a link to request a new company identifier.



来源:https://stackoverflow.com/questions/23626871/list-of-company-ids-for-manufacturer-specific-data-in-ble-advertising-packets

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!