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.
Hi, I'm using CC2650DK and using SimpleBLEPeripheral and SimpleBLECentral as base project and I trying to create custom profile following this example.
the example is modify only the Peripheral project and I almost didn't change any thing in the central project. when I connect Peripheral to the Central it seem that I can't write or read the characteristic value from central.
It seem that this happen because central cannot get the characteristic handle value(charHdl).
also in function SimpleBLECentral_processGATTDiscEvent(which I understand that this function suppose to be the function that get characteristic handle value) the pMsg->method alway get ATT_ERROR_RSP.
do I have to modify SimpleBLECentral somewhere to get it work with custom profile? or any suggestion to why I can't get this work?