chan_mobile
Set Up Bluetooth on Linux
Install packages
# For RedHat
yum install bluez bluez-tools
# For Debian/Ubuntu
apt-get install bluetooth bluez
service bluetooth
# For RedHat
systemctl restart bluetooth
systemctl status bluetooth
Install packages
# For RedHat
yum install bluez bluez-tools
# For Debian/Ubuntu
apt-get install bluetooth bluez
service bluetooth
# For RedHat
systemctl restart bluetooth
systemctl status bluetooth