私のラップトップでBluetoothバージョンを確認する方法


17

新しいノートパソコンLenovo Z50-70を購入し、Ubuntu 14.04をインストールしました。出荷されたBluetoothがv4かv3かを確認したいのですが?

メインのWebサイトまたはBIOSから確認する必要があることは知っていますが、コマンドラインから見つけたいと思っています。助けてください


回答:


28

その情報は以下で見つけることができますhciconfig -a

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)

HCIバージョン(0x7)はバージョン4.1を示します

HCIバージョンのbluetooth仕様バージョンへマッピングは次のとおりです。

| 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               |

出力は、私はバージョンを見つけるカント、ここにある
エドワード・トーバルズ

2
Bluetoothをオンにして、コマンドを再試行してください。BluetoothのIDは同じで、後で確認できると思います
-Jeremy31


1
別の投稿から(0x7)4.1HCI Version: 4.1 (0x7) Revision: 0x3101
Jeremy31

@Rinzwindによって提供されたリンクは、404-INGの今は、ここで代替だです:bluetooth.com/specifications/assigned-numbers/...
Waldir Leoncio
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.