HTML 5 mentions Bluetooth and audio. But no details on Bluetooth.
I am trying to connect to a Bluetooth device that streams audio.
Is there anyway to capture
Desktop versions of Google Chrome now have a Chrome Bluetooth API, so it is now possible to connect to Bluetooth devices from a web page using Google Chrome: https://developer.chrome.com/apps/bluetooth
There is also a web API for Bluetooth, at https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API, however only chrome uses it, and is non-standard.