Skip to content

Commit

Permalink
Merge pull request GoogleChrome#309 from beaufortfrancois/fixIntro
Browse files Browse the repository at this point in the history
Add description to web bluetooth samples index page.
  • Loading branch information
jeffposnick committed Mar 1, 2016
2 parents 561fab9 + f14a041 commit 47e03c4
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions web-bluetooth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
feature_id: 5264933985976320
---

<p>The following samples show you some of the ways that you can use the Web Bluetooth API:</p>
<ul>
<li><a href="device-info.html">Device Info</a></li>
<li><a href="battery-level.html">Battery Level</a></li>
<li><a href="reset-energy.html">Reset Energy</a></li>
<li><a href="characteristic-properties.html">Characteristic Properties</a></li>
<li><a href="notifications.html">Notifications</a></li>
<li><a href="device-disconnect.html">Device Disconnect</a></li>
<li><a href="get-characteristics.html">Get Characteristics</a></li>
</ul>
<p>The following samples show you some of the ways that you can use the <a href="https://github.com/WebBluetoothCG/web-bluetooth">Web Bluetooth API</a>:</p>

<p><a href="device-info.html">Device Info</a> - retrieve basic device information from a BLE Device.</p>
<p><a href="battery-level.html">Battery Level</a> - retrieve battery information from a BLE Device advertising Battery information.</p>
<p><a href="reset-energy.html">Reset Energy</a> - reset energy expended from a BLE Device advertising Heart Rate.</p>
<p><a href="characteristic-properties.html">Characteristic Properties</a> - display all properties of a specific characteristic from a BLE Device.</p>
<p><a href="notifications.html">Notifications</a> - start and stop characteristic notifications from a BLE Device.</p>
<p><a href="device-disconnect.html">Device Disconnect</a> - disconnect and get notified from a disconnection of a BLE Device after connecting to it.</p>
<p><a href="get-characteristics.html">Get Characteristics</a> - get all characteristics of an advertised service from a BLE Device.</p>

0 comments on commit 47e03c4

Please sign in to comment.