Transfer Files with Bluetooth on Ubuntu
Transfer Files with Bluetooth on Ubuntu
sudo apt-get install gnome-bluetooth bluez-utils
sudo /etc/init.d/bluetooth start stop restart
After this, you can control and communicate with Bluetooth devices if you enable the GNOME Bluetooth software, which you can find under Applications -> Accessories -> Bluetooth File Sharing
You can search for Bluetooth devices from the command-line as follows:
hcitool inq
The result of the inquiring was...
~$ hcitool inq
Inquiring ...
00:17:00:98:39:E2 clock offset: 0x75a5 class: 0x522204
sudo apt-get install gnome-bluetooth bluez-utils
sudo /etc/init.d/bluetooth start stop restart
After this, you can control and communicate with Bluetooth devices if you enable the GNOME Bluetooth software, which you can find under Applications -> Accessories -> Bluetooth File Sharing
You can search for Bluetooth devices from the command-line as follows:
hcitool inq
The result of the inquiring was...
~$ hcitool inq
Inquiring ...
00:17:00:98:39:E2 clock offset: 0x75a5 class: 0x522204
Comentarios