Habilitar bluetooth en Thinkpad:
echo 1 > /sys/devices/platform/thinkpad_acpi/bluetooth_enable
Instalar bluez y bluez-utils
Cargar el módulo btusb. Arrancar el servicio bluetooth
modprobe btusb systemctl start bluetooth.service
Hacer el emparejado y conexión con la herramienta bluetoothctl
bluetoothctl [bluetooth]# list [bluetooth]# select <controller mac> [bluetooth]# power on [bluetooth]# scan on [bluetooth]# agent on [bluetooth]# devices [bluetooth]# pair <mouse mac> [bluetooth]# trust <mouse mac> [bluetooth]# connect <mouse mac>