Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Side by Side Diff: chrome/common/extensions/docs/templates/intros/bluetooth.html

Issue 11635032: Added introductory tables to Chrome apps APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <p id="classSummary"> 1 <table class="intro">
2 Use the <code>chrome.bluetooth</code> module 2 <tr>
3 to connect to a Bluetooth device. 3 <th scope="col"></th>
4 For example, 4 <th scope="col"></th>
5 the <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/zeph yr_hxm">zephyr_hxm sample</a> 5 </tr>
6 uses the Bluetooth API to fetch heart rate data 6 <tr>
7 from a Zephyr HXM device (a very simple heart rate monitor driver). 7 <td><strong>Description:</strong></td>
8 </p> 8 <td>Use the <code>chrome.bluetooth</code> module
9 to connect to a Bluetooth device.
10 For example,
11 the <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/ zephyr_hxm">zephyr_hxm sample</a>
12 uses the Bluetooth API to fetch heart rate data
13 from a Zephyr HXM device (a very simple heart rate monitor driver).</td>
14 </tr>
15 <tr>
16 <td><strong>Availability:</strong></td>
saroop 2012/12/21 00:39:44 Should we also mention that this does not work for
17 <td>Google Chrome Dev Channel Only</td>
18 </tr>
19 <tr>
20 <td><strong>Permissions:</strong></td>
21 <td><code>"bluetooth"</code></td>
22 </tr>
23 <tr>
24 <td><strong>Learn more:</strong></td>
25 <td><a href="app_hardware.html">Accessing Hardware Devices</a></td>
26 </tr>
27 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698