Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 906
Takahiko Kawasaki Avatar asked May 13 '14 09:05

Takahiko Kawasaki


1 Answers

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.

like image 69
davidgyoung Avatar answered Oct 20 '22 09:10

davidgyoung