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.

Saving BLE bounding information in Flash for CC2564B

Other Parts Discussed in Thread: MSP430F5229

Hi TI,

I have a question about saving bounding information in the flash. I`m using CC2564B with MSP430F5229. How do I change the code and what variables should I save and restore to flash for saving the bounding information to flash when using SPPLE_Demo_Lite based code? It seems that this project regenerate LTK key every connection what`s why I can`t understand the pairing process in BLE. In addition I was add:

GAP_LE_Request_Security(BluetoothStackID, ConnectionBD_ADDR, lbtBonding, LE_Parameters.MITMProtection, GAP_LE_Event_Callback, 0);

to "case etLE_Connection_Complete" in GAP_LE_Event_Callback for requesting the pairing request from Master device.


How do I change the code and save it in a flash