我有两个布鲁奥蓝牙适配器插入我的笔记本电脑,该笔记本电脑也有一个内置蓝牙适配器。使用 hcitool 时,BleuIO 未显示为控制器:
~$ hcitool dev
Devices:
hci0 B4:8C:9D:BD:DA:B6
并且也不使用 bluetoothctl:
~$ bluetoothctl
Agent registered
[CHG] Controller B4:8C:9D:BD:DA:B6 Pairable: yes
[bluetooth]# list
Controller B4:8C:9D:BD:DA:B6 <laptop-name> [default]
我怎样才能使这些控制器可见?
我想用它们Movella SDK也只能找到hci0
。我在Ubuntu 22.04.3上。