This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Fee for UUID

Hi TI,

we want to cetificate our products at Bluetooth SIG.  Regarding the https://www.bluetooth.com/specifications/assigned-numbers/16-bit-uuids-for-members , Do we need pay for each UUID? Or just need pay for the profile service UUID?

In our productors we have use below UUIDs:

// Profile Service UUID
#define JB_TEST_SERV_UUID 0XFF00
// UUID
#define JB_BIGCPU_ACK_PHONE_UUID 0XFF05
#define JB_SW_VERSION_ATTRIBUTE_UUID 0XFF09
#define JB_PHONE_READ_HOSTS_UUID 0XFF0A
#define JB_COMMAND_ATTRIBUTE_UUID 0XFF0B
#define JB_STREAMING_ATTRIBUTE_UUID 0XFF0C
#define JB_PHONE_ACK_BIGCPU_ATTRIBUTE_UUID 0xFF0D
#define JB_STATUS_DATA__ATTRIBUTE_UUID 0xFF0E
#define JB_PRODUCTION_TEST_ATTRIBUTE_UUID 0xFFF6
#define JB_DEBUG_DATA_ATTRIBUTE_UUID 0XFF06

The attached file which we defined the ATT tab.

JBProfileAttrTab.h

Thanks in advance!