Part Number: CC2640R2F
Regarding the simple peripheral example project, the UUID's for the characteristics are specified as 16 bit quantities in the attribute table and 128 bit UUIDs are generated from those. The table of type gattAttribute_t can be populated with 16 bit or 128 bit UUIDs according to the documentation. Where is the BLE default 128 bit template specified at that is used to expand the 16 bit values? I found a reference to use of a compiler option "USE_128_BIT_UUID" and an example of a TI generated 128 bit UUID #define template in bcomdef.h but would like to understand the recommended best practice for specifying the 128 bit values. Thank you.