-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluetooth: Controller: Missing dependency for BT_CTLR_CENTRAL_ISO and BT_CTLR_PERIPHERAL_ISO when !BT_LL_SW_SPLIT #72425
Comments
We use the follow construct:
This leads to the
Possible solution is to duplicate the |
@cvinayak would it be time to remove the experimental definitions? |
No, upstream implementation is not feature complete nor fully conformance tested for ISO features. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
Describe the bug
Both
BT_CTLR_CENTRAL_ISO
andBT_CTLR_PERIPHERAL_ISO
can be enabled withoutBT_CONN
is enabled, which can cause build errors.To Reproduce
Steps to reproduce the behavior:
BT_CONN
(e.g. do not enableBT_CENTRAL
orBT_PERIPHERAL
), enableBT_LL_SW_SPLIT
andBT_CTLR_CENTRAL_ISO
orBT_CTLR_PERIPHERAL_ISO
.Expected behavior
Expect the build system to ignore the
BT_CTLR_CENTRAL_ISO=y
orBT_CTLR_PERIPHERAL_ISO=y
and give a warning that it could not be applied whenBT_LL_SW_SPLIT=y
.Impact
Annoyance
Logs and console output
N/A
Environment (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: