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 connect when switching to profile #1008

Open
ghost opened this issue Sep 24, 2022 · 5 comments
Open

bluetooth connect when switching to profile #1008

ghost opened this issue Sep 24, 2022 · 5 comments
Labels
Enhancement Issue which are a enhancement

Comments

@ghost
Copy link

ghost commented Sep 24, 2022

Is your feature request related to a problem? Please describe.
I am always frustrated when switching to my airpods profile. sometime my airpods are not connected and i need to go to settings to connect them.
Describe the solution you'd like
when switching to profile that has them, connect to them through bluetooth settings automatically
Describe alternatives you've considered
bluetooth shortcut through utility cli.
Additional context

Maybe we can use bluetooth command line tools for this? https://bluetoothinstaller.com/bluetooth-command-line-tools/btpair.html

@ghost ghost added the Enhancement Issue which are a enhancement label Sep 24, 2022
@Belphemur
Copy link
Owner

Hey,
It's a great idea, I'll have to dig a little bit how to link the bluetooth device to it's audio device, that's the hard part, but I like the idea.

Note for me

@ghost
Copy link
Author

ghost commented Sep 26, 2022

Maybe make it manual? As a script to run when(after) switching to profile.
And in the script there is Bluetooth connect command via Bluetooth command tools line. Also this Opens many doors for people to utilize your software.
In other words switching to profile activate/launch any script/program/batch file.
There is command in bluetooth command told line to connect via the Bluetooth device audio name. So they solved your problem.

@Belphemur
Copy link
Owner

Technically it would be more to be run before activating the profile.

The idea being, we need to have the audio device connected to Windows first then switch the audio.
I'm gonna look into that Bluetooth cli.

@Bluscream
Copy link

Bluscream commented Oct 11, 2022

True, i use this in my shell:startup folder to make sure my BT headset mics are not being used and i therefor get unmuffled audio:

@echo off
REM Lavabeans E10
btcom -b 47:13:01:21:28:A8 -r -s111e
REM SP0057
btcom -b 3D:C3:FF:D2:2D:2A -r -s111e
REM WHP-6007B
btcom -b 30:21:67:4C:47:18 -r -s111e
REM WHP6011BT
btcom -b F4:4E:FC:B8:B2:F3 -r -s111e
exit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Issue which are a enhancement
Projects
None yet
Development

No branches or pull requests

2 participants