diff options
author | Sven Gothel <[email protected]> | 2021-08-30 07:42:35 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-08-30 07:42:35 +0200 |
commit | 294233cc48107dfea342ee11cfa89814c32dd7bc (patch) | |
tree | 16354dd9e825a853367e0c6796d3255c330a0031 /scripts | |
parent | 0b9089769663fc237ef5d4258726258c70cb19bc (diff) |
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)
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/run-dbt_scanner10.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |