-
Notifications
You must be signed in to change notification settings - Fork 27
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
ble: Remove CONFIG_BT_BUF_ACL_RX_COUNT #664
ble: Remove CONFIG_BT_BUF_ACL_RX_COUNT #664
Conversation
CONFIG_BT_BUF_ACL_RX_COUNT has been deprecated in zephyrproject-rtos/zephyr#81747 CONFIG_BT_BUF_ACL_RX_COUNT_EXTRA has been introduced to replace it. Signed-off-by: Pavel Vasilyev <[email protected]>
Needed for nrfconnect/sdk-nrf#19412 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Updated description an rerun github action test - previously fail because was build with main skd-nrf |
|
@ktaborowski , can this be merged now? sdk-zephyr PR was merged. |
The NRF PR is still not ready! This change need to be reverted, and reintroduced once the NRF pr mentioned in comment is ready for merging. |
CONFIG_BT_BUF_ACL_RX_COUNT has been deprecated in
zephyrproject-rtos/zephyr#81747 CONFIG_BT_BUF_ACL_RX_COUNT_EXTRA has been introduced to replace it.
CI parameters
Description
JIRA ticket:
Self review