-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Bluetooth: Host: BT scan failure when connecting by name in shell #78846
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thalley
requested changes
Sep 23, 2024
Thalley
requested changes
Sep 23, 2024
Thalley
previously approved these changes
Sep 24, 2024
Thalley
previously approved these changes
Sep 24, 2024
jhedberg
previously approved these changes
Sep 24, 2024
@babrsn needs a rebase |
Added a timeout for active scans (instead of using the host's scan timeout) in the shell by submitting a k_work that stops the scan after a specified period. Fixes #78659 Signed-off-by: Babak Arisian <bbaa@demant.com>
Done. |
jhedberg
approved these changes
Sep 25, 2024
Thalley
approved these changes
Sep 25, 2024
dkalowsk
pushed a commit
that referenced
this pull request
Oct 28, 2024
coreboot-bot
pushed a commit
to coreboot/zephyr-cros
that referenced
this pull request
Oct 31, 2024
I have contributed the following PRs: zephyrproject-rtos/zephyr#80000 zephyrproject-rtos/zephyr#79360 zephyrproject-rtos/zephyr#78846 zephyrproject-rtos/zephyr#78751 zephyrproject-rtos/zephyr#74950 zephyrproject-rtos/zephyr#74946 zephyrproject-rtos/zephyr#73845 zephyrproject-rtos/zephyr#72849 and am attending the weekly LE Audio Zephyr meetings. (cherry picked from commit c903013) Original-Signed-off-by: Babak Arisian <bbaa@demant.com> GitOrigin-RevId: c903013 Cr-Build-Id: 8732568629207591185 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8732568629207591185 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Iab40058a1cc005e6454c07b4156fc271c0b84fca Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5982745 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a timeout for active scans (instead of using the host's scan timeout) in the shell by submitting a k_work that stops the scan after a specified period.
Fixes #78659