From 294233cc48107dfea342ee11cfa89814c32dd7bc Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 30 Aug 2021 07:42:35 +0200 Subject: Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connecting if supported) On Bluetooth 5.0 Adapter where HCI extended scanning and connecting is suppored, the original HCI commands may fail via DISALLOWED. Tested adapter: Intel AX200 Bluetooth 5.0 (Wi-Fi 6 802.11ax (2.4Gbps) + BT 5.0) --- scripts/run-dbt_scanner10.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/run-dbt_scanner10.sh b/scripts/run-dbt_scanner10.sh index 421ae886..8598677d 100755 --- a/scripts/run-dbt_scanner10.sh +++ b/scripts/run-dbt_scanner10.sh @@ -40,6 +40,8 @@ # To do a BT adapter removal/add via software, assuming the device is '1-4' (Bus 1.Port 4): # echo '1-4' > /sys/bus/usb/drivers/usb/unbind # echo '1-4' > /sys/bus/usb/drivers/usb/bind +# To retrieve Bus and Port: +# lsusb -t # # Non root (we use the capsh solution per default): # Debian 11: Package libcap2-bin, version 1:2.44-1, binaries: /sbin/setcap /sbin/getcap -- cgit v1.2.3