Part Number: CC2652RB
Hallo,
I'd like to read some GATT variable with simple central and simple profile.
I added a new custom service in simple peripheral with 4 different services.
I think, for reading the GATT variables, I need to edit the code in
SimpleCentral_processGATTDiscEvent.
The code lines:
// Store the handle of the simpleprofile characteristic 1 value
connList[connIndex].charHandle
= BUILD_UINT16(pMsg->msg.readByTypeRsp.pDataList[3],
pMsg->msg.readByTypeRsp.pDataList[4]);
I'm struggling to find my connection handles for my custom service and to edit the lines above.
A related question is mentioned above my thread caption.
Thanks for your help.
Jan