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