An open API service indexing awesome lists of open source software.

https://github.com/webini/bluetooth


https://github.com/webini/bluetooth

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Bluetooth

# System configuration

## Activate advertisement
Add --experimental flag to bluetoothd in systemd bluetooth file (`/etc/systemd/system/bluetooth.target.wants/bluetooth.service`) at `ExecStart` .

## Activate DBUS
If your user has no dbus socket, run `apt-get install dbus-user-session` and verify if dbus is enable and running `systemctl --user enable dbus.service && systemctl --user status dbus.service`

## Configure dbus acl
If you run this app as an unprivileged user (recommanded), edit `/etc/dbus-1/system.d/bluetooth.conf` and add this
```xml




```
to the policy ``
Don't forget to check if the user running your application is added to group bluetooth.