elementary / switchboard-plug-bluetooth

Switchboard Bluetooth Plug
GNU General Public License v3.0
24 stars 11 forks source link

Move pairing agent to bluetooth-daemon #224

Open danirabbit opened 4 months ago

danirabbit commented 4 months ago

Problem

Pairing agent is only available while system settings is running, It should be available all the time since bluetooth pairing can be initiated from other places than system settings

Proposal

Move /switchboard-plug-bluetooth/blob/main/src/Services/Agent.vala and associated classes to https://github.com/elementary/bluetooth-daemon

Prior Art (Optional)

No response