go-bluetooth

Examples

Running the service example

Requires two adapters. In two shell run in order

Development

Edit /etc/systemd/system/bluetooth.target.wants/bluetooth.service and update the ExecStart command adding those optios

ExecStart=/usr/lib/bluetooth/bluetoothd -E -d -P hostname

Afterwards run systemctl daemon-reload to reload the config and service bluetooth restart to restart the service.

To view logs journalctl -u bluetooth -f