This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Advertising service UUID, SIG or VS ?

Hello,

I have an application that advertise specific data. Data is long enough that I cannot fit my 128bit service UUID. I think of 3 options:

1. Use my service UUID but marking it as `BLE_UUID_TYPE_BLE`
2. Use a BLE SIG service UUID that I dont really offer.
3. Implement some additional bytes in manufacturer data to be able to distinguish my device.

I know that 1. and 2. are not perfect but I wonder if they are at least 'legal'. Does bluetooth standard says something against it?

Regards

Related