Hi:
I purchased the nRF5340 Audio DK and used NCS 2.5.0. After flashing the unicast_audio_client example (zephyr/samples/bluetooth/unicast_audio_client), it failed to run without any code modifications. The error message is as follows:
*** Booting nRF Connect SDK v2.5.0 ***
Initializing
[00:00:00.281,433] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.281,494] <inf> bt_hci_core: HW Variant: nRF53x (0x0003)
[00:00:00.281,494] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 197.47763 Build 2370639017
[00:00:00.283,569] <inf> bt_hci_core: Identity: E1:CB:17:32:BF:ED (random)
[00:00:00.283,599] <inf> bt_hci_core: HCI: version 5.4 (0x0d) revision 0x2102, manufacturer 0x0059
[00:00:00.283,599] <inf> bt_hci_core: LMP: version 5.4 (0x0d) subver 0x2102
Initialized
Waiting for connection
[00:00:00.285,888] <wrn> bt_hci_core: opcode 0x2041 status 0x01
Scanning failed to start (err -5)
Initializing
[00:00:00.281,433] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.281,494] <inf> bt_hci_core: HW Variant: nRF53x (0x0003)
[00:00:00.281,494] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 197.47763 Build 2370639017
[00:00:00.283,569] <inf> bt_hci_core: Identity: E1:CB:17:32:BF:ED (random)
[00:00:00.283,599] <inf> bt_hci_core: HCI: version 5.4 (0x0d) revision 0x2102, manufacturer 0x0059
[00:00:00.283,599] <inf> bt_hci_core: LMP: version 5.4 (0x0d) subver 0x2102
Initialized
Waiting for connection
[00:00:00.285,888] <wrn> bt_hci_core: opcode 0x2041 status 0x01
Scanning failed to start (err -5)
I tried several other audio-related examples, and they all reported similar errors. Then, I tried the "multiple_adv_sets" example, and it was able to run successfully.
Looking forward to your reply.