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.

CC2640R2F-Q1: if many service call the same WriteAttrCB function,Do we have any methods to distinguish which service or characteristic of customer client is using?

Part Number: CC2640R2F-Q1

Dear,

            if many service call the same WriteAttrCB function,

Do we have any methods to distinguish which service or characteristic of customer client is using?

I mean GvDynamicService_writeAttrCB,please see the attached picture.

Regards

      

  • Hi,

    In a system with multiple connections, it will be distinguished with connHandle. If you are interesting in understanding which service or characteristic, it's mapped to the UUID. 

    Did I answer your question, or did I misunderstand?