Chapter 9. Connecting Bluetooth devices


You can wirelessly connect Bluetooth devices like keyboards, mouse, headsets, and other Bluetooth supported devices to your Red Hat Enterprise Linux system. Bluetooth settings in the GNOME desktop environment provide an interface to discover, pair, and manage your Bluetooth devices.

You can connect Bluetooth devices using the graphical user interface and the bluetoothctl command-line utility.

9.1. Connecting Bluetooth devices with GUI

Connect your Bluetooth devices from the Settings application in the GNOME desktop environment.

Prerequisites

  • The bluetooth.service unit is enabled.

Procedure

  1. On your Red Hat Enterprise Linux, go to Settings > Bluetooth.
  2. Toggle the button at the top-right corner to switch ON the Bluetooth. Your system automatically starts scanning for nearby discoverable devices.
  3. Put the device you want to connect within range of your system into pairing mode.
  4. When your device is discovered, click on it and follow the on-screen instructions to pair.
  5. Optional: Verify the PIN between your Bluetooth device and your system.
  6. Click Confirm.
Note

The devices you previously paired might connect automatically when they are turned on and within range.

Verification

  • When your device is connected, click on it. You can verify connection status, device type, physical address, and other information of your device.

9.2. Connecting Bluetooth devices with bluetoothctl

bluetoothctl is a command-line utility to scan for, pair, connect, and manage connections without relying on a graphical user interface.

Prerequisites

  • The bluetooth.service unit is enabled.

Procedure

  1. Enter into the bluetoothctl interactive prompt:

    $ bluetoothctl
    Copy to Clipboard Toggle word wrap
  2. Check the status of Bluetooth on your system:

    [bluetoothctl]# show
    Powered: no
    Discoverable: no
    DiscoverableTimeout: 0x000000b4
    Pairable: no
    Copy to Clipboard Toggle word wrap
    • If bluetoothctl is not powered on, enter:

      [bluetoothctl]# power on
      Copy to Clipboard Toggle word wrap
  3. Put the device you want to connect within range of your system into pairing mode:

    [bluetoothctl]# discoverable on
    Copy to Clipboard Toggle word wrap
    [bluetoothctl]# pairable on
    Copy to Clipboard Toggle word wrap
  4. Start scanning for Bluetooth devices:

    [bluetoothctl]# scan on
    Copy to Clipboard Toggle word wrap

    The list of discovered devices is displayed with their MAC addresses and names (if available).

  5. When you find your device, stop scanning:

    [bluetoothctl]# scan off
    Copy to Clipboard Toggle word wrap
  6. Note the MAC address of the device you want to connect.
  7. Pair the device:

    [bluetoothctl]# pair XX:XX:XX:XX:XX:XX
    Copy to Clipboard Toggle word wrap

    You might be prompted to confirm a pairing code on your system.

  8. Trust the device you paired:

    [bluetoothctl]# trust XX:XX:XX:XX:XX:XX
    Copy to Clipboard Toggle word wrap
  9. Optional: If you want this device to automatically connect in the future, you can set it as the default:

    [bluetoothctl]# default XX:XX:XX:XX:XX:XX
    Copy to Clipboard Toggle word wrap
  10. Quit bluetoothctl when you are done:

    [bluetoothctl]# quit
    Copy to Clipboard Toggle word wrap

Verification

  • Verify the status of device you connected:

    [bluetoothctl]# devices
    Device AA:BB:CC:DD:EE:FF Headphones (Connected: yes)
    Device 11:22:33:44:55:66 Keyboard (Connected: no)
    Copy to Clipboard Toggle word wrap
    [bluetoothctl]# info AA:BB:CC:DD:EE:FF
    <device information>
    Connected: yes
    Copy to Clipboard Toggle word wrap
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2026 Red Hat
맨 위로 이동