JouleUWP icon indicating copy to clipboard operation
JouleUWP copied to clipboard

cannot pair/control over bluetooth

Open mitchcapper opened this issue 8 years ago • 2 comments

This is a fairly large issue, as we will have to manage a BT stack to communicate with it. This will require more decompiling to decode the exact BT communication joule uses.

mitchcapper avatar Oct 12 '16 00:10 mitchcapper

fyi I spent a couple hours trying to do just this. I don't think it will be hard but it will require the next release of Windows 10. Once that's RTM, I'll see about getting some code to locate, connect, and get a ping-pong. As mentioned elsewhere, bt & wifi both appear to use protocol buffers so the work to generate request/response code should be easy. https://blogs.windows.com/buildingapps/2017/01/13/new-bluetooth-features-in-creators-update-gatt-server-bluetooth-le/#Kki8fWM3cufaMiTo.97

TedHoward avatar Feb 06 '17 06:02 TedHoward

Thanks @TedHoward. I have been working more on MITM the wifi connection currently and getting that traffic to decode properly. While the auth will be harder, it might be first to work.

mitchcapper avatar Feb 09 '17 01:02 mitchcapper