Hi,
We're creating a proprietary BLE service used only by the company's devices.
Until now, similar to how SimpleBLEPeripheral handled this, we've assigned the service a UUID of 0xFF00 (and the characteristics are in the range 0xFF01 - 0xFF79).
This service is in no way standard, and will be used only by the company's (proprietary) devices.
- Since these will be commercial devices, should we register an "assigned number" with the SIG to avoid range conflicts with other devices?
- If this is the case, what is the easiest way to achieve this? How long does this registration process usually take?
- For the above to be done correctly "by the book", should the company register its own vendor ID with the SIG as well?
Thanks.