Other Parts Discussed in Thread: BLE-STACK
Hello,
I am running SimplePeripheral in CC2650MODA and I believe I did the proper modifications as Developer Guide document for enabling Privacy 1.2
So far, this works OK:
- I'm able to connect and bond with an Android phone (Moto E4 plus) using BLE scanner app
- SimplePeripheral changes his BLE address every 5 minutes correctly.
- I able to reconnect to SimplePeripheral with android phone after address changed.
However, if I reset or remove power from CC2650MODA and power up again, I am unable to reconnect.
Not sure what I am missing, isn't the following statements help to reconnect with the Android phone after reset?
uint8_t autoSyncWl = TRUE;
GAPBondMgr_SetParameter(GAPBOND_AUTO_SYNC_WL, sizeof(uint8_t), &autoSyncWl);
What other modifications do I need to do to SimplePeripheral in order to reconnect after reset?
Thanks in advance,
Gabohkiin