bt_le_per_adv_sync_create() term event timing

My system is nRF52833 + nRF Connect SDK.
I testing PeriodicAdvertising with CTE.

After executing bt_le_per_adv_sync_create(), if synced is not completed for about 10 seconds, the term event seems to be called. Is this correct?
Also, is it written in the documentation?

Parents Reply
  • Of course, you're correct. My mistake. I have not found anything specific on why the sync. is terminated after 10 seconds yet, but I'll ask around and keep looking.

    Are you able to use the bt_le_per_adv_sync_term_info() and read out the reason for the termination of the synced advertisement on your end?

    Alternatively. Can you give us some instructions on how to reproduce this issue on our end so we can try to debug this? Are you using an nRF52833 DK, what sample project have you used as a base for this, and have you made any changes to said sample project on your end?

    Best regards,

    Simon

Children
Related