Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to access Bluetooth connected devices in browser?

Is there a way to access Bluetooth connected devices in browser?

I am trying to build a demo system utilizing leap motion for a university project and was planning to build the interface in HTML because leap motion supports JavaScript.

I want the system to have full control over Bluetooth calling on a phone. As most in-car systems currently do; i.e. accept call, decline, make call & view contacts(if possible)

like image 526
Will_P Avatar asked Oct 21 '22 08:10

Will_P


2 Answers

You might want to check out the Chrome Bluetooth API, though it appears you need to have a development version of Chrome installed: https://developer.chrome.com/apps/bluetooth

like image 79
Ben Avatar answered Oct 23 '22 05:10

Ben


After a trial during January 2017, this is now available in Chrome. Read this article by François Beaufort in developers.google.com: https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web

like image 23
Chris Allen Avatar answered Oct 23 '22 05:10

Chris Allen