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.

CC2340R5: GATT_Characteristic custom Profile 128-bit UUID

Part Number: CC2340R5

Hi,

I am using CC2340R5 with SDK7.40 and imported basic_ble example. In that I want to change my GATT_Profile UUID to 128-bit, default is 16-bit. I have changed the "GATT_BT_UUID to GATT_UUID" & "GATT_BT_ATT to GATT_ATT" as in the comments it is mentioned 128-bit. But the problem is in GATT_BT_UUID it is using another macro called TI_BASE_UUID_128 it is generating TI Base 128-bit UUID: F000XXXX-0451-4000-B000-000000000000, but I need my custom UUID instead.

Please help me to achieve my goal .

  • Hi,

    Thank you for reaching out. The GATT macros mentioned generate UUIDs with the TI base UUID. You should be okay to use this during testing, but before production you should swap this out for your own UUID. You should be able to take the base TI_BASE_UUID_128 macro as a reference and modify it to fit your UUID.

    Best Regards,

    Jan