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.

CC2541 and IOS7 device connection problem

Other Parts Discussed in Thread: CC2541

I'm doing CC2541 development, now have the following problem.

At first, CC2541 as the peripheral send advertisement using GAP_FILTER_POLICY_ALL way to estiblish the connection between CC2541 and IOS7 device. Then terminate the connection and use GAP_FILTER_POLICY_WHITE way to send advertisement after bonding and adding the address of IOS7 device into the WHITE LIST in CC2541.  The problem came out, unable to connect again.

When I searched for the relevant problem in forum, I found that someone mentioned the address of IOS7 device is random. I estiblished connection and  bonded, then erased the bonding repeatedly. Everytime I saw the address saevd in CC2541's flash is the same. So I want to know what the random address indicates.

 If the address of IOS7 device is random, then bonding is useless? If I want to realize the WHITE LIST links, what should I do?