nRF5340 stopped scanning after few minutes after Samsung S23 start to broadcast the audio

Hi,

I encountered a stop scanning issue when running the nrf5340_audio application without any configuration changes.

The only modification I made was changing the log level from debug to warnings in Zephyr to observe the issue.

Code: Zephyr Bluetooth Scan Code.

Details:

  1. I disabled the Samsung S23 broadcast audio for the first 6 minutes.
  2. Then, I enabled the Samsung S23 broadcast audio.
  3. After enabling, I observed that no more logs appeared after:
    [2025-02-01 17:36:00] HL [00:12:57.390,686] <wrn> bt_scan: B0:B2:1C:94:8E:52 (public) event 0, len 28, rssi -100 dBm

I checked the WDT_CTLR is enabled in the project. So I guess the controller is still alive.

I also tested with one ADK as the broadcast source and one ADK as the broadcast sink. However, I could not reproduce the same situation in this case.

Question:

I have no idea what's happening in this situation. Is there any way to resolve or avoid this stuck issue?

Attachments:

Environment:

  • Broadcast source: Samsung S23
  • Broadcast sink:
    • Board: nRF5340 Audio DK
    • SDK: nRF Connect SDK v2.9.0
    • Application: nrf/applications/nrf5340_audio (without modifications)

Let me know if any additional information is needed.

Best regards,
Jimmy

Parents Reply Children
No Data
Related