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.

CC2640: How to set authentication signature?

Part Number: CC2640

Hello,

I found that authentication signature of the opcode is False on our CC2640 peripheral device.

How to set it to True?

Thanks,

Calvin.

  • Hello Calvin,

    Thanks for reaching out.

    What SDK are you using and what example are you taking as reference?

    If you could share a bit more about the steps you follow to get this result, it would be very helpful.

    I would suggest looking into our user guide: Gatt Security.

    Have you enable authentication for your characteristic at the peripheral side (GATT_PERMIT_AUTHEN_READ)?

    BR,

    David.

  • Hi David,

    Used SDK 2.2.7 and glucose_sensor example for our product.

    The link suggested is helpful and I'll test the read/write properties.

    I'll open another question if necessary.

    Thanks,

    Calvin