-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
Feature/bluetooth #753
Feature/bluetooth #753
Conversation
88e2d73
to
e4f52e4
Compare
|
Rebased PR to include latest commits on |
e4f52e4
to
e6f8ebd
Compare
|
Rebased again to incorporate v0.3.7 release. The release of my crate is being blocked by this PR. @retep998 If you don't think it is possible to review this PR in the short-term, I'll just have to publish my forked version of the winapi crate. I've investigated other options, but there is unfortunately no other way.. |
e6f8ebd
to
36e3a19
Compare
|
Thank you for your review @retep998. I fixed all of the issues you pointed out, and did the same in places where I found similar issues. I hope the updated PR is up to your standards. I also rebased the PR on top of your latest commit in the |
Removed winbluetooth since, as per retep998/winapi-rs#753 it's now integrated in winapi. The version of winapi was also bumped one minor release to the newest version. No other changes were neccesary due to precise use imports.
Extension of PR #604 that adds the ws2bth.h which is necessary for making a Windows implementation of Bluetooth sockets.
Credits to @Jarcho for all of the initial work.