Enable battery level reporting for bluetooth devices on linux
Posted on Sun 10 July 2022 in Software • 1 min read
This is an experimental feature of BlueZ bluetooth stack. To enable the feature edit bluetooth.service
and put the ExecStart
to be /usr/libexec/bluetooth/bluetoothd --experimental
.
The file bluetooth.service
is present in /lib/systemd/system/
on debian. Otherwise, the file can be edited by issuing command sudo systemctl …
Continue reading