This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Writing data to multiple characteristics



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