Hello,
Are there any rules for how to use the manufacturer specific ID in a beacon-format advertisement? For example:
In this example:
byte 0-2: 02 01 06 = flag for undirected unconnectable advertisement
byte 3: 1A = length
byte 4: FF = indicates "MANUFACTURER_SPECIFIC_DATA"
byte 5-6: these two bytes are special company ID's registered with the SIG. 004C (or 4C00) is for Apple.
byte 7 - end: anything you want, it's manufacturer specific data
OK, so if I advertise a beacon <02 01 06 1A FF>, can I use what ever manufacturer ID I want? Even if it belongs to Apple or Microsoft? Are there rules regarding the use of <02 01 06 1A FF> type Beacons and whether or not you have to be a manufacturer that's registered their ID with the Bluetooth SIG?