Socket
Book a DemoInstallSign in
Socket

github.com/iagapie/bluetooth-auto-connect

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/iagapie/bluetooth-auto-connect

Source
Go
Version
v0.0.0-20210521144618-3c5fdef4bea6
Version published
Created
Source

bluetooth-auto-connect

A linux command line tool try to automatically connect to all paired and trusted bluetooth devices.

Build

make build

Installation

Manual

  • Install the bluetooth-auto-connect app in /usr/bin/
  • If you are using systemd, consider installing the init/bluetooth-auto-connect.service file to /etc/systemd/system/
    • Enable the service with sudo systemctl enable bluetooth-auto-connect

PulseAudio

If you are using a bluetooth headset with pulseaudio running as your user, then the above service will fail to connect to your headset on boot because pulseaudio won't have been started when to bluetooth service comes up.

  • If you are using systemd, consider installing the init/pulseaudio-bluetooth-auto-connect.service file to /etc/systemd/user/ or ~/.config/systemd/user/
    • Enable the service with systemctl --user enable pulseaudio-bluetooth-auto-connect

License

MIT License

Copyright (c) 2021 Igor Agapie

FAQs

Package last updated on 21 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts