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