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

Any support for bluetooth operations? #152

Closed
wgehalo opened this issue Aug 14, 2018 · 4 comments
Closed

Any support for bluetooth operations? #152

wgehalo opened this issue Aug 14, 2018 · 4 comments

Comments

@wgehalo
Copy link

wgehalo commented Aug 14, 2018

Hey there,
I was looking around and can't find anything related to the bluetooth stack. Is it possible to support bluetooth operations at this layer?

I'm guessing if it was it would probably be in here already, but I figured I'd at least ask about it. I'd love to develop a way to allow wii u pro controllers to pair with the switch bluetooth controller.

@yellows8
Copy link
Contributor

It would need documented first.

" allow wii u pro controllers to pair with the switch bluetooth controller." Don't know how this could be done without complicated hid-sysmodule modifying...

@wgehalo
Copy link
Author

wgehalo commented Aug 14, 2018

Hey thanks for the response!

I talked a bit about this on the reswitched discord and yeah, it's definitely more involved than I originally imagined, not as simple as just getting the bluetooth controller to pair with the wii u stuff.

I'm going to learn more about developing homebrew on the switch before coming back to this.

@wgehalo wgehalo closed this as completed Aug 14, 2018
@yellows8
Copy link
Contributor

So FWIW regarding the HID side: the closest thing to this with official service-cmds requires the app reading controller state to use special cmds. Can't do it with normal HID usage, which official games would require. It could be done with homebrew apps which support said special cmds, but only if it allows setting state from a different process (not tested).

Don't think the auto-pilot cmds apply to this use-case. Xpad probably doesn't apply either since {special cmds}.

Still haven't really checked the Bluetooth side.

@yellows8
Copy link
Contributor

yellows8 commented Jun 7, 2019

#210 (comment)

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