Can't setup ISO Broadcast Demo on nrf53dk #35407
Unanswered
kaiser-ren
asked this question in
Q&A
Replies: 2 comments 19 replies
-
ISO is still very much a work in progress, so we've moved this into a discussion. |
Beta Was this translation helpful? Give feedback.
17 replies
-
If this sample code is not ready to be used, suggest that not put in ./samples folder because people may try to use it, but the result is the same, failed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I compiled and flashed ./samples/bluetooth/iso_broadcast/ on nrf53dk. After power-on the dk, I found that there was an error when host sent HCI_LE_Set_-Extended_-Advertising_Parameters to controller, the controller return an event with status 0x01.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Impact
Can't setup BIG/BIS
Logs and console output
```*** Booting Zephyr OS build zephyr-v2.5.0-3928-g86f18a61fa05 ***
Starting ISO Broadcast Demo
Failed to create advertising set (err -5)
[00:00:00.010,437] bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.010,437] bt_hci_core: HW Variant: nRF53x (0x0003)
[00:00:00.010,437] bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 2.6 Build 0
[00:00:00.011,169] bt_hci_core: Identity: D5:2B:02:90:B0:4F (random)
[00:00:00.011,169] bt_hci_core: HCI: version 5.2 (0x0b) revision 0x0000, manufacturer 0x05f1
[00:00:00.011,169] bt_hci_core: LMP: version 5.2 (0x0b) subver 0xffff
[00:00:00.011,413] bt_hci_core: opcode 0x2036 status 0x01
``\
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions