Hi,
I am developing an application on nrf51822 chip. I have set
#define SEC_PARAM_MITM 0
#define SEC_PARAM_IO_CAPABILITIES BLE_GAP_IO_CAPS_NONE
Also i am developing an iOS application to talk to this device. When my application is running and try to connect with the iOS app it asks for pairing. Now my device is paired with iOS. If i restart my nrf51822 chip again iOS app doesnt ask for pairing but it communicates with the last paired information. This way the communication doesnt work between my device and iOS app. I need to manually Forget Device in iPhone to make the communication work. Hence i was thinking whether i can store the bonding data while pairing. I have an EEPROM memory on my board. Can someone please tell me what data i need to store during pairing and what i need to update at power on.