Skip to content
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

controller/iso: ISO broadcast support without encryption #1713

Open
MariuszSkamra opened this issue Feb 28, 2024 · 1 comment
Open

controller/iso: ISO broadcast support without encryption #1713

MariuszSkamra opened this issue Feb 28, 2024 · 1 comment
Assignees

Comments

@MariuszSkamra
Copy link
Contributor

Currently, the ble_ll_iso_big.c unconditionally uses the crypto functions. Thus the code won't compile with encryption support disabled (BLE_LL_CFG_FEAT_LE_ENCRYPTION unset).
For now, 23eec0a workaround has been merged that enables the encryption by default if BLE_LL_ISO_BROADCASTER is enabled.

My question is:

  1. Should there be a possibility for the user to build a controller without a encryption support and Broadcast ISO support, so that the user would be able to send and/or receive unencrypted broadcast only, or
  2. Should there be an restriction for BLE_LL_ISO_BROADCASTER with BLE_LL_CFG_FEAT_LE_ENCRYPTION dependency
@MariuszSkamra
Copy link
Contributor Author

@andrzej-kaczmarek FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants