Hi,
I am using sample program 'SimpleBLEPeripheral'.
I already have an iOS app to control my BLE113. I connected an LED to P1_2.
And, I wanted it to turn on when I send 1 from my IPhone. But in order to do that I need to know the UUID of my characteristic.
How can I find that?
I made changes in simpleBLEPeripheral_ProcessOSALMsg( osal_event_hdr_t *pMsg )
Where can I find the UUID of this characteristic?
Regards,
Swarika Jain