Hi guys,
Since we don't know the handles of the peripheral in a real implementation, how can we use the function GATT_WriteCharValue( simpleBLEConnHandle, &reqw, simpleBLETaskId ); because we need to define the reqw.handle?
I'm trying to write data to multiple characteristics from a central device to a peripheral using the SimpleBLECentral and SimpleBLEPeripheral projects
Thanks in advance for your help
You need to first discover the handles using known UUIDs for the service you are using and the relevant characteristics.
Thanks for your reply but what function do I use to discover the handle?