Can't get USB Bluetooth receiver working in Ubuntu 24.04

Ubuntu Version:
Ubuntu 24.04.3 LTS

Desktop Environment (if applicable):
GNOME

Problem Description:
I can’t get any USB Bluetooth receiver to work correctly. In this case, I have a StarTech product (https://www.startech.com/en-us/networking-io/usba-bluetooth-v5-c2) that I’m using with a Lenovo ThinkCentre mini-PC. When I plug it into a USB port, I can see it show up in lsusb:

kyle@ThinkCentre:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0bda:8771 Realtek Semiconductor Corp. Bluetooth Radio
Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

(It’s the “Realtek Bluetooth Radio” above.) However, when I go to Bluetooth settings, I see this:

I saw the same exact issues with another product, so I feel like I’m just missing some steps here, but I have no idea what to do (the user manual has no steps for Linux). Any idea what’s missing here?

Relevant System Information:
Lenovo ThinkCentre
StarTech USB Bluetooth 5.0 Adapter

Please post results from terminal for sudo dmesg| grep -E -i 'blue|firm'; hciconfig -a
That Intel Bluetooth ID 8087:0a2b should work fine

kyle@ThinkCentre:~$ sudo dmesg | grep -E -i 'blue|firm'; hciconfig -a
[    0.313010] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.922671] usb 1-5: Product: Bluetooth Radio
[    4.205548] Bluetooth: Core ver 2.22
[    4.205572] NET: Registered PF_BLUETOOTH protocol family
[    4.205574] Bluetooth: HCI device and connection manager initialized
[    4.205623] Bluetooth: HCI socket layer initialized
[    4.205626] Bluetooth: L2CAP socket layer initialized
[    4.205631] Bluetooth: SCO socket layer initialized
[    4.387612] Bluetooth: hci1: Firmware revision 0.0 build 14 week 44 2021
[    4.388376] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[    4.389133] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    4.389137] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[    4.390137] Bluetooth: hci1: Reading supported features failed (-16)
[    4.390142] Bluetooth: hci1: Error reading debug features
[    4.390146] Bluetooth: hci1: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[    4.393135] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[    4.394305] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[    4.518085] iwlwifi 0000:01:00.0: loaded firmware version 36.ca7b901d.0 8000C-36.ucode op_mode iwlmvm
[    4.571137] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[    5.237867] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[    5.830926] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.830931] Bluetooth: BNEP filters: protocol multicast
[    5.830936] Bluetooth: BNEP socket layer initialized
[    5.835686] Bluetooth: MGMT ver 1.23
[    5.836214] Bluetooth: MGMT ver 1.23
[    8.321593] Bluetooth: RFCOMM TTY layer initialized
[    8.321607] Bluetooth: RFCOMM socket layer initialized
[    8.321613] Bluetooth: RFCOMM ver 1.11
hci1:	Type: Primary  Bus: USB
	BD Address: E4:A4:71:70:54:C6  ACL MTU: 1021:4  SCO MTU: 96:6
	UP RUNNING 
	RX bytes:114742 acl:0 sco:0 events:3139 errors:0
	TX bytes:7733 acl:0 sco:0 commands:161 errors:0
	Features: 0xbf 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87
	Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
	Link policy: RSWITCH SNIFF 
	Link mode: PERIPHERAL ACCEPT 
	Name: 'ThinkCentre'
	Class: 0x6c0104
	Service Classes: Rendering, Capturing, Audio, Telephony
	Device Class: Computer, Desktop workstation
	HCI Version: 4.2 (0x8)  Revision: 0x100
	LMP Version: 4.2 (0x8)  Subversion: 0x100
	Manufacturer: Intel Corp. (2)

hci0:	Type: Primary  Bus: USB
	BD Address: E8:EA:6A:8C:65:45  ACL MTU: 1021:6  SCO MTU: 255:12
	UP RUNNING 
	RX bytes:1778 acl:0 sco:0 events:202 errors:0
	TX bytes:37839 acl:0 sco:0 commands:202 errors:0
	Features: 0xff 0xff 0xff 0xfe 0xdb 0xfd 0x7b 0x87
	Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
	Link policy: RSWITCH HOLD SNIFF PARK 
	Link mode: PERIPHERAL ACCEPT 
	Name: 'ThinkCentre #1'
	Class: 0x6c0104
	Service Classes: Rendering, Capturing, Audio, Telephony
	Device Class: Computer, Desktop workstation
	HCI Version: 5.1 (0xa)  Revision: 0xdfc6
	LMP Version: 5.1 (0xa)  Subversion: 0xd922
	Manufacturer: Realtek Semiconductor Corporation (93)

You might need to use bluetoothctl in terminal and then try commands like power on and scan on and see if Bluetooth works or just gives errors, use exit to quit bluetoothctl in terminal

1 Like
kyle@ThinkCentre:~$ bluetoothctl 
Waiting to connect to bluetoothd...[bluetooth]# hci1 new_settings: powered bondable ssp br/edr le secure-conn 
[bluetooth]# Agent registered
[bluetooth]# hci0 new_settings: powered bondable ssp br/edr le secure-conn 
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 Pairable: yes
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 Pairable: yes
[bluetooth]# power on
[bluetooth]# Changing power on succeeded
[bluetooth]# scan on
[bluetooth]# SetDiscoveryFilter success
[bluetooth]# Discovery started
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 Discovering: yes
[bluetooth]# [NEW] Device E7:00:00:E2:3B:70 Klipsch Flexus Core 100
[bluetooth]# [NEW] Device EE:B7:6F:32:19:09 EE-B7-6F-32-19-09
[bluetooth]# [NEW] Device 55:32:15:20:B7:0D 55-32-15-20-B7-0D
[bluetooth]# [NEW] Device 13:6B:28:53:CF:69 13-6B-28-53-CF-69
[bluetooth]# [NEW] Device DB:48:24:23:94:4A DB-48-24-23-94-4A
[bluetooth]# [NEW] Device 4F:3D:E0:59:DA:42 4F-3D-E0-59-DA-42
[bluetooth]# [NEW] Device 12:6C:D2:A1:F7:FB 12-6C-D2-A1-F7-FB
[bluetooth]# [CHG] Device EE:B7:6F:32:19:09 RSSI: 0xffffffae (-82)
[bluetooth]# [CHG] Device DB:48:24:23:94:4A RSSI: 0xffffffae (-82)
[bluetooth]# [CHG] Device DB:48:24:23:94:4A TxPower: 0x000a (10)
[bluetooth]# [CHG] Device DB:48:24:23:94:4A Name: Floor lamp (bottom)
[bluetooth]# [CHG] Device DB:48:24:23:94:4A Alias: Floor lamp (bottom)
[bluetooth]# [NEW] Device 40:91:51:F6:48:9E Pura-489C
[bluetooth]# [CHG] Device EE:B7:6F:32:19:09 TxPower: 0x000a (10)
[bluetooth]# [CHG] Device EE:B7:6F:32:19:09 Name: Floor lamp (top)
[bluetooth]# [CHG] Device EE:B7:6F:32:19:09 Alias: Floor lamp (top)
[bluetooth]# [NEW] Device 56:08:AB:40:C7:D8 56-08-AB-40-C7-D8
[bluetooth]# [CHG] Device EE:B7:6F:32:19:09 RSSI: 0xffffffb6 (-74)
[bluetooth]# [NEW] Device 6C:63:DA:0B:46:6C 6C-63-DA-0B-46-6C
[bluetooth]# [NEW] Device 77:CD:C8:D2:BA:0C 77-CD-C8-D2-BA-0C
[bluetooth]# [NEW] Device 74:D5:C6:6B:90:3C QT C66B903C
[bluetooth]# [CHG] Device DB:48:24:23:94:4A RSSI: 0xffffffbe (-66)
[bluetooth]# hci1 new_settings: powered connectable bondable ssp br/edr le secure-conn 
[bluetooth]# hci1 new_settings: powered connectable discoverable bondable ssp br/edr le secure-conn 
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 Discoverable: yes
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 Discovering: yes
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# hci1 class of device changed: 0x7c0104
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# hci0 class of device changed: 0x7c0104
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 Class: 0x007c0104 (8126724)
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 Class: 0x007c0104 (8126724)
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E4:A4:71:70:54:C6 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001133-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110e-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001105-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001132-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001200-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001104-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00005005-0000-1000-8000-0002ee000001
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110c-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001801-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000112f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110b-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001800-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111f-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000110a-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 00001106-0000-1000-8000-00805f9b34fb
[bluetooth]# [CHG] Controller E8:EA:6A:8C:65:45 UUIDs: 0000111e-0000-1000-8000-00805f9b34fb
[bluetooth]# [NEW] Device 74:B8:39:FB:9D:CA S52d9017eb6a697e5C
[bluetooth]# [NEW] Device 4C:C5:77:59:77:11 4C-C5-77-59-77-11
[bluetooth]# [NEW] Device 13:6B:28:53:CF:69 13-6B-28-53-CF-69
[bluetooth]# [NEW] Device 76:35:50:35:AF:1E 76-35-50-35-AF-1E
[bluetooth]# [NEW] Device 54:E4:64:72:75:18 54-E4-64-72-75-18
[bluetooth]# [NEW] Device 60:4D:59:18:36:80 60-4D-59-18-36-80
[bluetooth]# [NEW] Device 84:EE:03:EE:7C:BC S61b31bae440cd5c7C
[bluetooth]# [NEW] Device 12:6C:D2:A1:F7:FB 12-6C-D2-A1-F7-FB
[bluetooth]# [NEW] Device 11:97:C2:43:AE:AC 11-97-C2-43-AE-AC
[bluetooth]# [NEW] Device 5A:2A:D0:40:13:7F 5A-2A-D0-40-13-7F
[bluetooth]# [NEW] Device B0:F8:F2:D3:1F:2D S62fedd68e3d62e8fC
[bluetooth]# [NEW] Device 41:87:65:4D:FE:39 41-87-65-4D-FE-39
[bluetooth]# [NEW] Device 14:9C:EF:8E:80:5F 14-9C-EF-8E-80-5F
[bluetooth]# [NEW] Device 77:CD:C8:D2:BA:0C LE-Tuxedo
[bluetooth]# [NEW] Device EE:B7:6F:32:19:09 Floor lamp (top)
[bluetooth]# [NEW] Device 4F:3D:E0:59:DA:42 4F-3D-E0-59-DA-42
[bluetooth]# [NEW] Device 4E:FC:A2:66:7C:70 4E-FC-A2-66-7C-70
[bluetooth]# [NEW] Device 7D:C6:A1:79:88:1E 7D-C6-A1-79-88-1E
[bluetooth]# [NEW] Device 83:6C:06:00:00:00 SA_Entry
[bluetooth]# [NEW] Device 76:6C:D4:1C:B6:D9 76-6C-D4-1C-B6-D9
[bluetooth]# [NEW] Device 44:8A:85:66:84:5D 44-8A-85-66-84-5D
[bluetooth]# [NEW] Device 5F:16:21:6E:50:1F 5F-16-21-6E-50-1F
[bluetooth]# [NEW] Device 42:63:7C:FB:D2:7C 42-63-7C-FB-D2-7C
[bluetooth]# [NEW] Device 78:FB:6D:42:9C:36 78-FB-6D-42-9C-36
[bluetooth]# [NEW] Device 6C:63:DA:0B:46:6C 6C-63-DA-0B-46-6C
[bluetooth]# [NEW] Device 61:57:90:22:20:43 61-57-90-22-20-43
[bluetooth]# [NEW] Device 78:42:1C:1D:BB:AA Pura-BBA8
[bluetooth]# [NEW] Device 55:DC:C7:B1:FC:00 IMC400
[bluetooth]# [NEW] Device 41:2C:4D:59:D9:9C 41-2C-4D-59-D9-9C
[bluetooth]# [NEW] Device 67:C6:E4:2B:C9:56 125a078f
[bluetooth]# [NEW] Device DD:CC:79:DF:99:4A N06ZS
[bluetooth]# [NEW] Device 40:A4:B9:00:75:9C 40-A4-B9-00-75-9C
[bluetooth]# [NEW] Device D8:13:60:CA:59:B0 GoPro 5865
[bluetooth]# [NEW] Device 52:E2:25:4C:F7:4D 52-E2-25-4C-F7-4D
[bluetooth]# [NEW] Device 58:0B:E6:35:59:1E 58-0B-E6-35-59-1E
[bluetooth]# [NEW] Device 66:C6:D2:18:A4:CD ET-2800 Series
[bluetooth]# [NEW] Device 4D:62:88:4C:46:03 4D-62-88-4C-46-03
[bluetooth]# [NEW] Device 58:D8:0F:C6:F1:EF NC5KP
[bluetooth]# [NEW] Device DB:48:24:23:94:4A Floor lamp (bottom)
[bluetooth]# [NEW] Device 73:95:0E:32:4E:0A 73-95-0E-32-4E-0A
[bluetooth]# [NEW] Device B4:35:22:74:32:16 B4-35-22-74-32-16
[bluetooth]# [NEW] Device 49:BC:26:7E:6D:1B 49-BC-26-7E-6D-1B
[bluetooth]# [NEW] Device 74:6C:37:4D:1E:61 74-6C-37-4D-1E-61
[bluetooth]# [NEW] Device 55:DC:E5:D2:A9:E4 55-DC-E5-D2-A9-E4
[bluetooth]# [NEW] Device 4E:9D:DC:6E:F8:35 4E-9D-DC-6E-F8-35
[bluetooth]# [NEW] Device F0:B3:EC:4F:5C:0C F0-B3-EC-4F-5C-0C
[bluetooth]# [NEW] Device 58:17:DE:5E:FE:A0 58-17-DE-5E-FE-A0
[bluetooth]# [NEW] Device 7E:C5:74:C7:C5:FD 7E-C5-74-C7-C5-FD
[bluetooth]# [NEW] Device 67:FE:DB:C1:DF:21 67-FE-DB-C1-DF-21
[bluetooth]# [NEW] Device 41:87:65:4D:FE:39 41-87-65-4D-FE-39
[bluetooth]# [NEW] Device 5A:A1:17:43:6D:FD 5A-A1-17-43-6D-FD
[bluetooth]# [CHG] Device 12:6C:D2:A1:F7:FB RSSI: 0xffffffbc (-68)
[bluetooth]# [CHG] Device 13:6B:28:53:CF:69 RSSI: 0xffffffb2 (-78)
[bluetooth]# [NEW] Device E4:A4:71:70:54:C6 ThinkCentre
[bluetooth]# [NEW] Device A4:C1:38:FF:EE:8E LUNA 4
[bluetooth]# [NEW] Device A8:42:E3:A9:07:5A Pura-0758
[bluetooth]# [NEW] Device 5F:16:21:6E:50:1F 5F-16-21-6E-50-1F
[bluetooth]# [NEW] Device 69:19:5B:28:EC:CB 69-19-5B-28-EC-CB
[bluetooth]# [NEW] Device 7D:34:47:D9:B4:98 7D-34-47-D9-B4-98
[bluetooth]# [NEW] Device 4D:78:68:0E:2E:02 4D-78-68-0E-2E-02
[bluetooth]# [CHG] Device 6C:63:DA:0B:46:6C ManufacturerData.Key: 0x004c (76)
[bluetooth]# [CHG] Device 6C:63:DA:0B:46:6C ManufacturerData.Value:
[bluetooth]#   10 07 7b 1f 75 7e 66 18 68                       ..{.u~f.h       
[bluetooth]# [CHG] Device 5F:16:21:6E:50:1F ManufacturerData.Key: 0x004c (76)
[bluetooth]# [CHG] Device 5F:16:21:6E:50:1F ManufacturerData.Value:
[bluetooth]#   01 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00  ................
[bluetooth]#   00                                               .               
[bluetooth]# [NEW] Device 58:17:DE:5E:FE:A0 58-17-DE-5E-FE-A0
[bluetooth]# [NEW] Device 67:FE:DB:C1:DF:21 67-FE-DB-C1-DF-21
[bluetooth]# [CHG] Device 41:87:65:4D:FE:39 RSSI: 0xffffff9e (-98)
[bluetooth]# [CHG] Device 6C:63:DA:0B:46:6C ManufacturerData.Key: 0x004c (76)
[bluetooth]# [CHG] Device 6C:63:DA:0B:46:6C ManufacturerData.Value:
[bluetooth]#   10 07 3f 1f 75 7e 66 18 68                       ..?.u~f.h       
[bluetooth]# [CHG] Device EE:B7:6F:32:19:09 RSSI: 0xffffffae (-82)
[bluetooth]# [CHG] Device 5F:16:21:6E:50:1F RSSI: 0xffffffa8 (-88)
[bluetooth]# [CHG] Device 5F:16:21:6E:50:1F ManufacturerData.Key: 0x004c (76)
[bluetooth]# [CHG] Device 5F:16:21:6E:50:1F ManufacturerData.Value:
[bluetooth]#   10 06 3f 1e f2 bc 32 46                          ..?...2F        
[bluetooth]# [CHG] Device 12:6C:D2:A1:F7:FB RSSI: 0xffffffb4 (-76)
[bluetooth]# [CHG] Device 6C:63:DA:0B:46:6C ManufacturerData.Key: 0x004c (76)
[bluetooth]# [CHG] Device 6C:63:DA:0B:46:6C ManufacturerData.Value:
[bluetooth]#   01 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00  ................
[bluetooth]#   00                                               .               
[bluetooth]# [CHG] Device 5F:16:21:6E:50:1F ManufacturerData.Key: 0x004c (76)
[bluetooth]# [CHG] Device 5F:16:21:6E:50:1F ManufacturerData.Value:
[bluetooth]#   01 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00  ................
[bluetooth]#   00                                               .               
[bluetooth]# [CHG] Device DB:48:24:23:94:4A RSSI: 0xffffffae (-82)
[bluetooth]# [CHG] Device 58:17:DE:5E:FE:A0 RSSI: 0xffffffa8 (-88)
[bluetooth]# [NEW] Device D8:E3:5E:BB:CB:0D [LG] webOS TV QNED75ARA
[bluetooth]# [NEW] Device 70:BB:3C:2C:87:13 70-BB-3C-2C-87-13
[bluetooth]# [NEW] Device E7:00:00:E2:3B:70 Klipsch Flexus Core 100
[bluetooth]# [NEW] Device 6F:62:F9:63:F6:17 6F-62-F9-63-F6-17
[bluetooth]# [NEW] Device E0:4F:43:40:FC:07 Master bedroom
[bluetooth]# [NEW] Device 59:50:28:2B:51:FB 59-50-28-2B-51-FB
[bluetooth]# [NEW] Device 56:D5:B6:7E:B9:4F 56-D5-B6-7E-B9-4F
[bluetooth]# [NEW] Device 5E:71:D6:BD:92:65 5E-71-D6-BD-92-65
[bluetooth]# [NEW] Device 55:57:C6:49:18:FD 55-57-C6-49-18-FD
[bluetooth]# [NEW] Device 70:0D:C1:23:3B:CA 70-0D-C1-23-3B-CA
[bluetooth]# [NEW] Device FA:B4:6A:2D:64:82 FA-B4-6A-2D-64-82
[bluetooth]# [NEW] Device 78:9C:85:0A:6B:D0 L406PP3
[bluetooth]# [NEW] Device 80:64:6F:F0:CD:C2 Pura-CDC0
[bluetooth]# [NEW] Device 41:BA:81:82:3D:9D 41-BA-81-82-3D-9D
[bluetooth]# [NEW] Device 61:63:74:AD:4F:21 61-63-74-AD-4F-21
[bluetooth]# [NEW] Device 10:E8:A7:F2:CF:52 VZ5G_RECEIVER_948942
[NEW] Device 48:B1:DC:B8:B2:56 48-B1-DC-B8-B2-56
[NEW] Device 4A:42:E5:BA:2E:71 4A-42-E5-BA-2E-71
[DEL] Device 55:32:15:20:B7:0D 55-32-15-20-B7-0D
[bluetooth]# exit

Even after running those commands, I still see the same error message in the Settings app. Is there some OS-level package that I need to install for Bluetooth to show up in the GUI?

Try unplugging the dongle and see what happens, you may have to use bluetoothctl and run the same commands

Doesn’t help. This issue has happened with multiple receivers and multiple USB ports on the machine. It seems like Ubuntu itself doesn’t support this kind of device correctly?

I contacted StarTech tech support and they said that this product will only work on LTS versions of the kernel, so I’m currently investigating how to do that (What's the proper way to downgrade the kernel to 6.12 in Ubuntu 24?).

What device do you want to connect to? I would not rely on StarTech support as I can see the dongles USB ID in current kernel source code

I’m just trying to use the Bluetooth UI in GNOME so that I can connect my Bluetooth keyboard (a Logitech).

We could try disabling the internal Intel device and see if the dongle works

sudo touch /etc/udev/rules.d/81-bluetooth-hci.rules
gedit admin:///etc/udev/rules.d/81-bluetooth-hci.rules

Then enter

SUBSYSTEM=="usb", ATTRS{idVendor}=="8087", ATTRS{idProduct}=="0a2b", ATTR{authorized}="0"

Save, exit, and reboot

No, that doesn’t seem to work. But this is kind of embarrassing - I didn’t realize that this computer already had Bluetooth. I assumed it didn’t because the Settings app says there is no Bluetooth. I would much rather get the internal Bluetooth radio working. Do you have any idea why that isn’t working either?

Your screenshot in post no.1 shows Bluetooth inactive
Toggle the control in the top right to activate

In that case, unplug the dongle and gedit admin:///etc/udev/rules.d/81-bluetooth-hci.rules and change that to SUBSYSTEM=="usb", ATTRS{idVendor}=="8087", ATTRS{idProduct}=="0a2b", ATTR{authorized}="1" Save, exit editor and reboot, then post results for hciconfig -a

I can’t - that control is not clickable.

kyle@ThinkCentre:~$ hciconfig -a
hci0:	Type: Primary  Bus: USB
	BD Address: E4:A4:71:70:54:C6  ACL MTU: 1021:4  SCO MTU: 96:6
	UP RUNNING PSCAN ISCAN 
	RX bytes:7675 acl:0 sco:0 events:276 errors:0
	TX bytes:5444 acl:0 sco:0 commands:75 errors:0
	Features: 0xbf 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87
	Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
	Link policy: RSWITCH SNIFF 
	Link mode: PERIPHERAL ACCEPT 
	Name: 'ThinkCentre'
	Class: 0x7c0104
	Service Classes: Rendering, Capturing, Object Transfer, Audio, Telephony
	Device Class: Computer, Desktop workstation
	HCI Version: 4.2 (0x8)  Revision: 0x100
	LMP Version: 4.2 (0x8)  Subversion: 0x100
	Manufacturer: Intel Corp. (2)

Do you have a UEFI setting to enable/disable wifi and/or bluetooth?

Ah, I finally figured it out! The problem is not what I expected at all, and still doesn’t even make sense to me.

As per @tea-for-one’s comment, I decided to look at my BIOS settings, so I dragged a keyboard out of the closet and connected my PC to a monitor; normally I use RDP (Remote Desktop) to connect to it. And once I was connected and logged in locally, suddenly the Bluetooth section in the Settings app behaved normally! Bluetooth was turned on and detecting all the devices in the area.

It would seem that the Bluetooth settings in the UI are completely inaccessible during an RDP session, which makes no sense to me (it feels like the two are completely unrelated). It’s also kind of lousy that Ubuntu doesn’t give a helpful error message here; even a message about permissions would have been more helpful than the current message, which is inaccurate and confusing.

In summary, it turns out my PC had working Bluetooth all along, but Ubuntu shortcomings with RDP masked that and wasted a lot of my time. It would be nice if there was a way to file a bug with Ubuntu developers to have this improved.

Great as I couldn’t see anything wrong with the terminal output you posted