문제

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.)

도움이 되었습니까?

해결책

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/

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top