-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Labels
area: Bluetootharea: Bluetooth HostBluetooth Host (excluding BR/EDR)Bluetooth Host (excluding BR/EDR)bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: highHigh impact/importance bugHigh impact/importance bug
Description
I don't know if this is going to cause a nightly failure, but I suspect it will/should:
These tests:
- tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_iso
- tests/bluetooth/init/bluetooth.init.test_ctlr_central_iso
on these platforms:
- nrf51dk_nrf51422
- nrf52840dk_nrf52840
all appear to produce this diagnostic:
warning: BT_AUDIO_UNICAST (defined at subsys/bluetooth/host/audio/Kconfig:25) was assigned the value
'y' but got the value 'n'. Check these unsatisfied dependencies: BT_AUDIO (=n). See
http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_BT_AUDIO_UNICAST.html and/or look up
BT_AUDIO_UNICAST in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.
The latest nightly still fails because it ran before #32013 got merged, but although the build completes on current mainline the Kconfig diagnostic is still present.
Metadata
Metadata
Labels
area: Bluetootharea: Bluetooth HostBluetooth Host (excluding BR/EDR)Bluetooth Host (excluding BR/EDR)bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: highHigh impact/importance bugHigh impact/importance bug