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

Add support for Bluetooth #2915

Open
freakboy3742 opened this issue Oct 16, 2024 · 0 comments
Open

Add support for Bluetooth #2915

freakboy3742 opened this issue Oct 16, 2024 · 0 comments
Labels
enhancement New features, or improvements to existing features.

Comments

@freakboy3742
Copy link
Member

What is the problem or limitation you are having?

Bluetooth is a common protocol for interacting with hardware devices. At present, Toga does not provide any mechanism for communicating with Bluetooth devices.

Describe the solution you'd like

Toga should provide an API for communicating with Bluetooth.

The exact shape of this API is an open question. It would presumably live in the app.hardware namespace.

Describe alternatives you've considered

It may be preferable to not support this in Toga, and instead use a third-party library.

Bleak is a Python library that has support for Bluetooth on desktop platforms and Android (although the Android support is Kivy specific).

BleekWare is a limited replacement for Bleak that is compatible with BeeWare's Android support.

Additional context

No response

@freakboy3742 freakboy3742 added the enhancement New features, or improvements to existing features. label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features, or improvements to existing features.
Projects
None yet
Development

No branches or pull requests

1 participant