Tool/software: TI C/C++ Compiler
Hi,
I am using SimpleBlePeripheral example project. I changed the UUIDs of the server and characteristics to 128-bit UUIDs.
Now i am trying to change the simpleProfile_WriteAttrCB() function. I want to recognize the characteristics by their handle and not by their UUIDs.
I can see the handle of the characteristic that jumped to the simpleProfile_WriteAttrCB() function in the pAttr->handle, but i can't find the handle of this characteristic to compare with.
Can you help me please?
Thank you.