diff --git a/wiki/linux/bluez.html b/wiki/linux/bluez.html deleted file mode 100644 index 5029e39..0000000 --- a/wiki/linux/bluez.html +++ /dev/null @@ -1,271 +0,0 @@ - - -
- - - -BlueZ is an implementation of the -Bluetooth standard. This entry features -the BlueZ package and all software that is based on it.
-On most Linux distributions BlueZ can be
-installed with the bluez package. Additionally the
-bluez-utils package needs to be installed. To load the
-kernel module modprobe btusb needs to be run. Afterwards
-the service
-can be started and enabled by running the following commands.
systemctl start bluetooth.service
-systemctl enable bluetooth.serviceThe Bluetooth features can be managed by different types of -front-ends.
-bluetoothctl is a command-line interface included in
-the bluez-utils packagebluetuith can be used as a bluetooth manager with a terminal user interface. It is
-included in a package of the same name, that needs to be installed
-before usage. Using bluetuith the Bluetooth can be turned on (or off) by
-pressing o, devices can be searched for by pressing
-s, a selected device can be paired by pressing
-p and finally connected by pressing c before
-bluetuith can be left with Q.