跳至內容
MasterDragon
使用者工具
登入
網站工具
搜尋
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
>
最近更新
多媒體管理器
網站地圖
足跡:
os:linux:check_bt_version_from_linux
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
====== How to check Bluetooth Adapter version in Linux ====== That info can be found with hciconfig -a <code> hci0: Type: BR/EDR Bus: USB BD Address: 5C:93:A2:A3:59:56 ACL MTU: 1022:8 SCO MTU: 183:5 UP RUNNING PSCAN ISCAN RX bytes:1146297 acl:195 sco:10904 events:84051 errors:0 TX bytes:72067880 acl:83905 sco:10762 commands:83 errors:0 Features: 0xff 0xfe 0x0d 0xfe 0xd8 0x7f 0x7b 0x8f Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 Link policy: RSWITCH HOLD SNIFF Link mode: SLAVE ACCEPT Name: 'ubuntu-0' Class: 0x6c0100 Service Classes: Rendering, Capturing, Audio, Telephony Device Class: Computer, Uncategorized HCI Version: (0x7) Revision: 0x3101 LMP Version: (0x7) Subversion: 0x1 Manufacturer: Atheros Communications, Inc. (69) </code> The HCI Version (0x7) indicates version 4.1 The [[https://www.bluetooth.com/specifications/assigned-numbers/host-controller-interface/|mapping of HCI version to the bluetooth specification versions]] are: <code> | HCI version | Bluetooth version | |-------------|-------------------| | 0 (0x0) | 1.0b | | 1 (0x1) | 1.1 | | 2 (0x2) | 1.2 | | 3 (0x3) | 2.0 | | 4 (0x4) | 2.1 | | 5 (0x5) | 3.0 | | 6 (0x6) | 4.0 | | 7 (0x7) | 4.1 | | 8 (0x8) | 4.2 | | 9 (0x9) | 5.0 | | 10 (0xa) | 5.1 | </code> Also see [[os:windows:check_bt_version_from_windows|How to check Bluetooth Adapter version in Windows 10]]
os/linux/check_bt_version_from_linux.txt
· 上一次變更: 2019/12/20 01:09 由
127.0.0.1
頁面工具
顯示頁面
舊版
反向連結
回到頁頂