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

Support for socket AF_BLUETOOTH #444

Closed
sergioisidoro opened this issue Dec 21, 2019 · 1 comment
Closed

Support for socket AF_BLUETOOTH #444

sergioisidoro opened this issue Dec 21, 2019 · 1 comment
Labels
Request Request for image modification or feature

Comments

@sergioisidoro
Copy link
Contributor

Python 3 has documentation for support of Bluetooth with AF_BLUETOOTH socket -- docs

However, it seems that (at least for linux) it needs bluetooth.h (from e.g. libbluetooth-dev) for that to work, otherwise we get

AttributeError: module 'socket' has no attribute 'AF_BLUETOOTH'

Some other issues mentioning this case are, for example

I was wondering if it is possible to add bluetooth.h to the build deps, since this part of the standard documentation

@wglambert wglambert added the Request Request for image modification or feature label Jan 2, 2020
@wglambert
Copy link

Closing with the merge of #445

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

No branches or pull requests

2 participants