-
Notifications
You must be signed in to change notification settings - Fork 7k
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: PAwR Sync does not compile without PAST receiver compiled in #76268
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Comments
rugeGerritsen
added a commit
to rugeGerritsen/zephyr
that referenced
this issue
Jul 24, 2024
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>
ilhanates
pushed a commit
to ilhanates/zephyr
that referenced
this issue
Aug 5, 2024
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. Upstream PR: zephyrproject-rtos#76269 Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
Chenhongren
pushed a commit
to Chenhongren/zephyr
that referenced
this issue
Aug 26, 2024
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. (cherry picked from commit e23345b) Original-Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no> GitOrigin-RevId: e23345b Change-Id: Iee19c2314258da38f5c4c47c94dbdcb47949b04c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5745020 Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
Building fails.
Enable CONFIG_BT_PER_ADV_SYNC_RSP but not CONFIG_BT_PER_ADV_SYNC_TRANSFER_RECEIVER.
To Reproduce
Build a sample application
Observe that linking fails because
bt_hci_evt_le_past_received_v2
is not defined.Impact
Increased flash usage
Environment (please complete the following information):
Using revision d6afb8f
Additional context
The issue was introduced in 711b42a
The text was updated successfully, but these errors were encountered: