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: Host: Fix compiling PAwR Sync without PAST RX #76269

Merged

Conversation

rugeGerritsen
Copy link
Collaborator

The function bt_hci_le_past_received_v2() is not compiled in for this configuration, so the reference needs to be removed.

Fixes #76268.

The function `bt_hci_le_past_received_v2()` is not compiled
in for this configuration, so the reference needs to be removed.

Fixes zephyrproject-rtos#76268.

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
@jhedberg jhedberg added the backport v3.7-branch Request backport to the v3.7-branch label Jul 26, 2024
@jhedberg jhedberg added this to the v3.7.1 milestone Jul 26, 2024
@nashif nashif merged commit e23345b into zephyrproject-rtos:main Jul 27, 2024
32 checks passed
rugeGerritsen added a commit to rugeGerritsen/sdk-zephyr that referenced this pull request Jul 31, 2024
The function `bt_hci_le_past_received_v2()` is not compiled
in for this configuration, so the reference needs to be removed.

Fixes #76268.

Upstream PR: zephyrproject-rtos/zephyr#76269

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
nordicjm pushed a commit to nrfconnect/sdk-zephyr that referenced this pull request Aug 1, 2024
The function `bt_hci_le_past_received_v2()` is not compiled
in for this configuration, so the reference needs to be removed.

Fixes #76268.

Upstream PR: zephyrproject-rtos/zephyr#76269

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
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 backport v3.7-branch Request backport to the v3.7-branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bluetooth: PAwR Sync does not compile without PAST receiver compiled in
7 participants