Set custom Bluetooth/BlueZ device name for all devices
pine64-pinephone
has this line to set a custom Bluetooth device name in the BlueZ configuration (since the default is BlueZ
):
sed -i 's|#Name = BlueZ|Name = PINE64 PinePhone|' /etc/bluetooth/main.conf
This problem isn't specific to the PinePhone. Should we set this somewhere where all devices can make use of this? (For example, the device name could be taken from deviceinfo...)