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

Bluetooth: tests: Switch to default BT_RECV_CONTEXT #68612

Merged

Conversation

alwa-nordic
Copy link
Collaborator

The tests hci_prop_evt and host_long_adv_recv used bt_recv_prio, and so relied on an extra config option CONFIG_BT_RECV_BLOCKING. This patch replaces the use of bt_recv_prio with bt_recv and restores the use of the default option for BT_RECV_CONTEXT.

The tests `hci_prop_evt` and `host_long_adv_recv` used `bt_recv_prio`,
and so relied on an extra config option `CONFIG_BT_RECV_BLOCKING`. This
patch replaces the use of `bt_recv_prio` with `bt_recv` and restores the
use of the default option for `BT_RECV_CONTEXT`.

Signed-off-by: Aleksander Wasaznik <[email protected]>
@alwa-nordic alwa-nordic marked this pull request as ready for review February 6, 2024 11:32
@zephyrbot zephyrbot added area: Bluetooth Host Bluetooth Host (excluding BR/EDR) area: Bluetooth labels Feb 6, 2024
@alwa-nordic alwa-nordic added this to the future milestone Feb 6, 2024
@alwa-nordic alwa-nordic modified the milestones: future, v3.7.0 Feb 19, 2024
@fabiobaltieri fabiobaltieri merged commit 060dc9e into zephyrproject-rtos:main Feb 26, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Host Bluetooth Host (excluding BR/EDR) area: Bluetooth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants