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 .