Allow selecting BT adapter via BD address#370
Closed
Lenart12 wants to merge 4 commits intoteslamotors:mainfrom
Closed
Allow selecting BT adapter via BD address#370Lenart12 wants to merge 4 commits intoteslamotors:mainfrom
Lenart12 wants to merge 4 commits intoteslamotors:mainfrom
Conversation
Lenart12
added a commit
to Lenart12/TeslaBleHttpProxy
that referenced
this pull request
Feb 5, 2025
Uses diferent vehicle-command, untill teslamotors/vehicle-command#370 gets merged
Contributor
Author
|
Unforunately getting BD addres of a device by opening a HCI connection will break other applications using bluetooth... This type of feature wont be possible with current ble library. |
Contributor
Author
|
See #373 |
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
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.
Description
Instead of only scanning hci devices for first available one (like #369), allow the user to define target Bluetooth device address, which uniquely identifies a hci device, making hci ordering changes not an issue. If address is not specified it will use the first available one. Also adds a small testing utility program in
cmd/test-bleand configuration option forvehicle-controlutility.Right now only MAC address on linux is supported, but someone with a mac could probably implement something similar on Darwin, with UUIDs.
Example:
Fixes #261
Type of change
Please select all options that apply to this change:
Checklist:
Confirm you have completed the following steps: