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.

CC2642R: How to write data from pheripheral to centarl

Part Number: CC2642R

Hi ,

In simple central side , i am able to write and read data by using GATT_WriteCharValue and GATT_ReadCharValue API's

In pheripheral side there is a char value change call back function for read data while central trying to write data to pheripheral ,  but from pheripheral, If designer want to write any data to central means how can we implement ?