You are not logged in.

#1 2016-08-04 20:43:08

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

how do I find out if my Bluetooth dongle suports version 4?

does hciconfig -a hci0 show this?

 
[studio@studio ~]$ hciconfig -a hci0                                                                                                                                                                                                                                                                                        
hci0:   Type: Primary  Bus: USB                                                                                                                                                                                                                                                                                             
        BD Address: 00:15:83:0B:13:C0  ACL MTU: 310:10  SCO MTU: 64:8                                                                                                                                                                                                                                                       
        UP RUNNING PSCAN ISCAN                                                                                                                                                                                                                                                                                              
        RX bytes:793 acl:0 sco:0 events:27 errors:0                                                                                                                                                                                                                                                                         
        TX bytes:362 acl:0 sco:0 commands:27 errors:0                                                                                                                                                                                                                                                                       
        Features: 0xff 0xff 0x8f 0xfe 0x9b 0xf9 0x00 0x80                                                                                                                                                                                                                                                                   
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3                                                                                                                                                                                                                                                                    
        Link policy: RSWITCH HOLD SNIFF PARK                                                                                                                                                                                                                                                                                
        Link mode: SLAVE ACCEPT                                                                                                                                                                                                                                                                                             
        Name: 'studio'                                                                                                                                                                                                                                                                                                      
        Class: 0x100104                                                                                                                                                                                                                                                                                                     
        Service Classes: Object Transfer                                                                                                                                                                                                                                                                                    
        Device Class: Computer, Desktop workstation                                                                                                                                                                                                                                                                         
        HCI Version: 2.0 (0x3)  Revision: 0xc5c                                                                                                                                                                                                                                                                             
        LMP Version: 2.0 (0x3)  Subversion: 0xc5c    

Offline

#2 2016-08-04 21:31:48

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: how do I find out if my Bluetooth dongle suports version 4?

According to this the commercial name for the main feature added in Bluetooth v4 is Low Energy or LE. If the specs for the device don't indicate Bluetooth version, maybe they mention LE.

OTOH as indicated here you should be able to get more detail about features by running hciconfig -a hci0 features . In the output shown on the askubuntu question is "<LE and BR/EDR>". It's just a guess since we have no idea what device was involved there, but it seems reasonable to assume the LE stands for Low Energy and thus indicates it's a Bluetooth v4 device.


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#3 2016-08-04 21:46:48

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

Re: how do I find out if my Bluetooth dongle suports version 4?

alphaniner wrote:

According to this the commercial name for the main feature added in Bluetooth v4 is Low Energy or LE. If the specs for the device don't indicate Bluetooth version, maybe they mention LE.

OTOH as indicated here you should be able to get more detail about features by running hciconfig -a hci0 features . In the output shown on the askubuntu question is "<LE and BR/EDR>". It's just a guess since we have no idea what device was involved there, but it seems reasonable to assume the LE stands for Low Energy and thus indicates it's a Bluetooth v4 device.


thanks. LE suport should be it, since version 4 is Bluetooth LE.
seams my dongle isn't BT 4:

[studio@studio ~]$ hciconfig -a hci0 features
hci0:   Type: Primary  Bus: USB
        BD Address: 00:15:83:0B:13:C0  ACL MTU: 310:10  SCO MTU: 64:8
        Features: 0xff 0xff 0x8f 0xfe 0x9b 0xf9 0x00 0x80
                <3-slot packets> <5-slot packets> <encryption> <slot offset> 
                <timing accuracy> <role switch> <hold mode> <sniff mode> 
                <park state> <RSSI> <channel quality> <SCO link> <HV2 packets> 
                <HV3 packets> <u-law log> <A-law log> <CVSD> <paging scheme> 
                <power control> <transparent SCO> <broadcast encrypt> 
                <EDR ACL 2 Mbps> <EDR ACL 3 Mbps> <enhanced iscan> 
                <interlaced iscan> <interlaced pscan> <inquiry with RSSI> 
                <extended SCO> <EV4 packets> <EV5 packets> <AFH cap. slave> 
                <AFH class. slave> <3-slot EDR ACL> <5-slot EDR ACL> 
                <AFH cap. master> <AFH class. master> <EDR eSCO 2 Mbps> 
                <EDR eSCO 3 Mbps> <3-slot EDR eSCO> <extended features> 

Offline

#4 2016-08-04 21:48:02

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,848
Website

Re: how do I find out if my Bluetooth dongle suports version 4?

Mod note: Moving to Kernel+Hardware.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2016-08-04 22:36:10

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,777

Re: how do I find out if my Bluetooth dongle suports version 4?

Just to add to the muck, the Bluetooth 4.0 specification defines BLE, *but* a Bluetooth device can be Bluetooth 4.0 compitible WITHOUT supporting BLE -- it is optional hmm


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#6 2016-08-04 22:42:00

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: how do I find out if my Bluetooth dongle suports version 4?

Oy, the page I linked even indicated that pretty clearly. Talk about missing the forest for the trees... hmm


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

Board footer

Powered by FluxBB