| Index: chrome/common/extensions/docs/templates/intros/bluetooth.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/bluetooth.html b/chrome/common/extensions/docs/templates/intros/bluetooth.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..890ad9f1411219f3298b0fe6a401f98de112dd5c
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/templates/intros/bluetooth.html
|
| @@ -0,0 +1,7 @@
|
| +<p id="classSummary">
|
| +Use the <code>chrome.bluetooth</code> module
|
| +to connect to a bluetooth device.
|
| +The <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/zephyr_hxm">zephyr_hxm sample</a>
|
| +uses the bluetooth API to fetch heart rate data
|
| +from a Zephyr HXM device (a very simple heart rate monitor driver).
|
| +</p>
|
|
|