Bluetooth 2.1 file transfer speed on Windows 10

1

I'm testing Bluetooth file transmission between Windows 10 hosts. After several tests I measured around 30 KB/s. I have also created a Winsock test application, and I achieve between 40 and 50 KB/s. Are these numbers expected/normal? Shouldn't I get about 200 KB/s?

Federico

Posted 2017-05-23T21:51:11.317

Reputation: 113

There are more than one Bluetooth specifications, Can you specify what type of bluetooth devices are you trying? – fernando.reyes – 2017-05-23T22:20:32.610

The devices are Bluetooth 2.1 – Federico – 2017-05-23T22:23:02.400

2

The specification says you can get a max data rate of 2.1 Mbps, which is 262.5 KB/s. Just putting it out there, but "some products may claim compliance to "Bluetooth v2.0" without supporting the higher data rate. At least one commercial device states "Bluetooth v2.0 without EDR" on its data sheet."(https://en.wikipedia.org/wiki/Bluetooth#Bluetooth_2.1_.2B_EDR). Even if your device isn't EDR, the max data rate would be 1Mbit/s, or 125KB/s. So I'd then take a look at https://support.apple.com/en-us/HT201542 And maybe invest in a Bluetooth 3.0 or 4.0 device if it's the transmitter/receiver itself

– cody.codes – 2017-05-23T23:08:36.090

@cody.codes May be you should add that as an answer – fernando.reyes – 2017-05-24T22:58:21.727

@cody.codes Yes please add it as an answer – Federico – 2017-05-24T23:42:44.607

Answers

2

The specification says you can get a max data rate of 2.1 Mbps, which is 262.5 KB/s.

According to a citation on Wikipedia (can't open the citation now due to a server error on Wayback Machine), "some products may claim compliance to "Bluetooth v2.0" without supporting the higher data rate"

Even if your device isn't EDR, the max data rate would be 1Mbit/s, or 125KB/s.

I'd then take a look at Potential sources of Wi-Fi and Bluetooth interference And maybe invest in a Bluetooth 3.0 or 4.0 device if it's the transmitter/receiver itself

cody.codes

Posted 2017-05-23T21:51:11.317

Reputation: 1 172