cannot pair/control over bluetooth
Opened this issue · 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.
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
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.