kristianp
kristianp

Reputation: 5895

Why doesn't chrome support BLE on Android tablet?

I'm trying to work out why the Bluetooth Web API isn't working on my tablet. The tablet is an Android 4.4.4, Galaxy Tab E. When I use this demo page in Google Chrome version 64, I get this error message:

Requesting Bluetooth Device...
with {"acceptAllDevices":true}
Argh! NotFoundError: Bluetooth Low Energy not available.

But when I try out a BLE app, such as this one, it seems to work fine, scanning bluetooth devices.

I have tried searching for supported OS for the web Bluetooth API, and it works on chrome on my phone, but it would be helpful if it worked on tablets too.

Upvotes: 0

Views: 1155

Answers (1)

kristianp
kristianp

Reputation: 5895

Ah, I found it. Web Bluetooth is only supported on Android 6.0 Marshmallow or later. See https://github.com/WebBluetoothCG/web-bluetooth/blob/master/implementation-status.md

Upvotes: 1

Related Questions