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.

CC2340R5: AUTO SYNC ACCEPTLIST WITH MULTIPLE DEVICE

Part Number: CC2340R5
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hi,

I am using CC2340R5 as the peripheral and I am pairing it with a central device and  I have enabled "Sync Acceptlist With Bonded Devices" in sysconfig. Now my query is if I unpair my peripheral to the intended central and do fresh pairing with a new central device in runtime, then will the address of the new central be automatically added to the accept list as sysconfig is already ticked or I have to manually add it through code?

  • Hello Satakshi,

    Thank you for reaching out! As long as the central and peripheral bond and not just connect, the address should be added automatically, provided the max number of supported bonds has not been reached. Please also keep in mind, that your filter policy should also be set to "Process Requests from all devices" initially, to be able to initially connect to devices that are not in the accept list. 

    I hope this helps!

    Best Regards,

    Tarek

  • Hi tarek,

    Thanks for the clear explanation. And yes, initially I am setting the filter policy to "Process requests from all devices" so that I pair and bond to a device.