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

Change pairing mode sony headphone #113

Open
mrroooooot opened this issue Aug 31, 2024 · 6 comments
Open

Change pairing mode sony headphone #113

mrroooooot opened this issue Aug 31, 2024 · 6 comments

Comments

@mrroooooot
Copy link

Is there any way to activate pairing mode on Sony headphones using code commands? The touch function on my headphones is broken, and I can't connect to new devices.
Thank you!

@aybruh00
Copy link

aybruh00 commented Aug 31, 2024

@mrroooooot which model of headphones do you own? I'm pretty sure my WH-1000XM4s can be done this way, but most headphones have a way to enter pairing modes with the physical buttons. Just need to look in the manuals.

@mrroooooot
Copy link
Author

mrroooooot commented Aug 31, 2024

@aybruh00 I use sony WF-1000XM3. My touch button to activate pairing mode is broken. Can you tell me how to use the code to activate this mode? Thank you

@aybruh00
Copy link

aybruh00 commented Sep 1, 2024

This code atm doesn't do anything related to multipoint, so it is of no use to you. My PR does include some features of multipoint but not the new pairing feature. I do plan to add it sometime in the future, but right now I am too busy to do it.
Btw, which devices have you got paired with your earphones right now?

@mrroooooot
Copy link
Author

@aybruh00 I have currently connected it to a desktop computer and an iPhone. I want to activate the connection mode to connect it to a laptop. Can you guide me? I will study it.

@aybruh00
Copy link

aybruh00 commented Sep 1, 2024

If you want to program it yourself, I would suggest cloning my repository, as it has a bunch of additional stuff that would make adding the function easier.
The problem lies in figuring out what message to send to the headset. For that you would need to somehow see what messages the app sends when you do an action. I am on android, so I can dump my bluetooth snoop logs, but I have no absolutely no idea how to do this on IOS.

@mrroooooot
Copy link
Author

@aybruh00 Thanks for your help. Hope you have time to develop this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants