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/ble_ll_hci: fix ble_ll_hci_le_read_bufsize_v2 compilation #1651

Merged

Conversation

KKopyscinski
Copy link
Contributor

ISO can be used without connection (for example for Auracast). Then, g_ble_ll_data has no ACL members and compilation will fail.

rp->data_len = htole16(g_ble_ll_data.ll_acl_pkt_size);
rp->data_packets = g_ble_ll_data.ll_num_acl_pkts;
#endif
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be set to 0 if central/perihperal are disabled

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

ISO can be used without connection (for example for Auracast).
Then, g_ble_ll_data has no ACL members and compilation will fail.
@KKopyscinski KKopyscinski force-pushed the ble_ll_hci_le_read_bufsize_v2_fix branch from 9524d51 to 06fe2a4 Compare November 15, 2023 13:35
@KKopyscinski KKopyscinski merged commit 512ed55 into apache:master Nov 15, 2023
16 checks passed
@KKopyscinski KKopyscinski deleted the ble_ll_hci_le_read_bufsize_v2_fix branch February 13, 2024 07:53
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

Successfully merging this pull request may close these issues.

3 participants