I'm just trying out the 128-bit UUID example on the TI Wiki - however it appears to be missing the TI_BASE_128BIT_UUID definition. I assume this definition defines the other 112bits that makes up a complete 128-bit version of a 16-bit address.
Such as: uint8 uuid[ATT_UUID_SIZE] = { LO_UINT16(SIMPLEPROFILE_SERV_UUID),
HI_UINT16(SIMPLEPROFILE_SERV_UUID),TI_BASE_128BIT_UUID};
What should TI_BASE_128BIT_UUID be equal too?
Cheers,
Si.