https://github.com/webini/bluetooth
https://github.com/webini/bluetooth
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/webini/bluetooth
- Owner: Webini
- Created: 2017-12-30T01:15:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:40:33.000Z (over 3 years ago)
- Last Synced: 2025-02-06T19:47:45.304Z (over 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.