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: new GAPBOND_ALLOW_DEBUG_KEYS in simplelink SDK v5.10

Part Number: CC2642R

Hi,

There is a new parameter GAPBOND_ALLOW_DEBUG_KEYS in the latest SDK v5.10, and I want to verify this configuration.

I download the simple_peripheral demo from SDK v5.10, and make sure the GAPBOND_ALLOW_DEBUG_KEYS is true (default value is true), to a TI LaunchPad(A).

and I download the simple_central demo from SDK v4.40 and set the GAPBOND_SC_HOST_DEBUG true (default value is false), to another TI LaunchPad (B).

Then I can connect A and B, read RSSI value and run GATT write.

That's correct. But after I set the GAPBOND_ALLOW_DEBUG_KEYS value to false in Pad A, B can connect and communicate with A as well. Nothing difference after I change the value of GAPBOND_ALLOW_DEBUG_KEYS.

I am not sure whether this parameter (GAPBOND_ALLOW_DEBUG_KEYS ) will be checked during the connection establishment or pairing/bonding time. How Can I verify the change of this parameter?

Cheers,

Ming Sun