Using Ubuntu 22.04.1 LTS and it is up to date.I opened Settings, clicked Bluetooth, on the panel to the right it said: No Bluetooth Found, plug in a dongle to use Bluetooth. So I bought a Bluetooth 5.3 compatible dongle and plugged it into a USB port. The wee light on the dongle flashed several times then stayed on and the Settings->Bluetooth panel changed to: Bluetooth Turned Off, Turn on to connect devices and receive file transfers.
At that point the toggle switch at the top of the screen was on the left side so I clicked on the right side. The switch moved to the right side and the message said: Bluetooth Turned Off, Turn on to connect devices and receive file transfers. Huh? I had just toggled the switch and it's still off? Very strange!!!!!!!!!!!!!
So I toggled the switch again and moved it to the left side. The message changed to: Airplane Mode is on, Bluetooth is disabled when airplane mode is on. And a button titled Turn Off Airplane Mode appeared.
So I clicked the Turn Off Airplane Mode button and got the Bluetooth Turned Off, Turn on to connect devices and receive file transfers.
At no point did I see anything like "Scanning for Bluetooth devices, this may take a few minutes....". No whirlygigs spinning to indicate something happening.
My system hardware specs is the output from "sudo lshw" when my USB 5.3 dongle is plugged in. It's ~580 lines and probably more than requested but ya never know. In that file I see
*-usb
description: Bluetooth wireless interface product: general adapter vendor: Actions physical id: 1 bus info: usb@1:1.1 version: 88.91 serial: ACTIONS1234 capabilities: bluetooth usb-2.00 configuration: driver=btusb maxpower=100mA speed=12Mbit/s
which is my BT5.3 dongle. With the dongle unplugged sudo lshw | grep -i "ACTIONS" returns a blank. With the dongle inserted the same command finds lines for the dongle which proves only that the system sees it when it's there and doesn't see it when it's gone.
My system hardware specs also shows a Logitech unifying receiver dongle and the Logitech K580 wireless keyboard and M720 Triathlon mouse it serves. Those 2 are the only USB dongles in the system and I suspect they may be at odds with each other. I reported trouble with the mouse in a thread I started ~1 month ago. The problems mostly went away when I updated from Ubuntu 20.xx to 22.04 but not completely, mainly that the wheel doesn't scroll the screen properly. Looking further into that today...
~$ sudo dmesg | grep -i "error"[ 0.645649] RAS: Correctable Errors collector initialized.[ 9.074185] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro. Quota mode: none.[58528.772485] logitech-hidpp-device 0003:046D:405E.0004: Couldn't get wheel multiplier (error -110)[222518.808683] logitech-hidpp-device 0003:046D:405E.0004: Couldn't get wheel multiplier (error -110)[273770.417745] logitech-hidpp-device 0003:046D:405E.0004: Couldn't get wheel multiplier (error -110)[280809.085517] logitech-hidpp-device 0003:046D:405E.0004: Couldn't get wheel multiplier (error -110)[297332.046910] logitech-hidpp-device 0003:046D:405E.0004: Couldn't get wheel multiplier (error -110)[305550.133903] logitech-hidpp-device 0003:046D:405E.0004: Couldn't get wheel multiplier (error -110)~$ sudo dmesg | grep -i bluetooth[296996.432303] Bluetooth: Core ver 2.22[296996.432342] NET: Registered PF_BLUETOOTH protocol family[296996.432344] Bluetooth: HCI device and connection manager initialized[296996.432351] Bluetooth: HCI socket layer initialized[296996.432355] Bluetooth: L2CAP socket layer initialized[296996.432360] Bluetooth: SCO socket layer initialized[312427.210137] Bluetooth: BNEP (Ethernet Emulation) ver 1.3[312427.210143] Bluetooth: BNEP filters: protocol multicast[312427.210149] Bluetooth: BNEP socket layer initialized
Uh-oh. I pasted the wrong output under the 2 "dmesg" commands in the box above. Fixed now.