Bluetooth
Contents:
Start, Stop, Status
hcitool and Bluetoothctl
[Top]
[Home]
Start, Stop, Status
To Enable bluetooth:
sudo systemctl start bluetooth OR sudo service bluetooth start OR sudo /etc/init.d/bluetooth start OR sudo rfkill unblock bluetooth
To Stop Bluetooth:
sudo systemctl stop bluetooth OR sudo service bluetooth stop OR sudo /etc/init.d/bluetooth stop OR sudo rfkill block bluetooth
[Top]
[Home]
hcitool and Bluetoothctl
hcitool dev # deviv ce on thisa computer hcitool -i hci0 scan # bluetoothctl help bluetoothctl scan [on|off] # Note: Scan Off fails bluetoothctl devices # list connected and historicly paired devices. bluetoothctl trust
bluetoothctl connect
bluetoothctl pair
# device should show up in the paired lisl bluetoothctl paired-devices
[Top]
[Home]
Glenn Lyons VK4PK
glenn@LyonsComputer.com.au
Ver:gnl20220801 - pre published v0.9