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

[Snap] Give add-ons access to Bluetooth #3162

Open
benfrancis opened this issue Aug 22, 2024 · 1 comment
Open

[Snap] Give add-ons access to Bluetooth #3162

benfrancis opened this issue Aug 22, 2024 · 1 comment
Labels
snap Issues relating to the snap package task

Comments

@benfrancis
Copy link
Member

Some add-ons need access to a Bluetooth radio in order to work.

This ma require the bluez and/or bluetooth-control interface. I understand access to these interfaces is not usually granted by default.

@benfrancis benfrancis added snap Issues relating to the snap package task labels Aug 22, 2024
@dilyn-corner
Copy link
Contributor

bluetooth-control should offer you sufficient control over the bluetooth stack, but this depends on how you've implemented it. It's possible you may have to rely on the bluez interface.

You are correct that this interface is not autoconnecting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
snap Issues relating to the snap package task
Projects
Status: Product Backlog
Development

No branches or pull requests

2 participants