summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatie McCormick <kmccormick@google.com>2013-11-26 15:59:03 -0800
committerKatie McCormick <kmccormick@google.com>2013-12-12 15:42:00 -0800
commitff55490c00567fcce045df46ac9bbb398b22eafc (patch)
tree3dde7f39151ebeda4748acef05e95c31a872cb64
parent9927a756ebba0b458b1d2d433ca7f94fdc87bc97 (diff)
Doc update: Update package summary for BT.
Fixes: b/8584860 Change-Id: Ic85436f90b46508e6a182e3fc51365f5bfb8da14
-rw-r--r--framework/java/android/bluetooth/package.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/framework/java/android/bluetooth/package.html b/framework/java/android/bluetooth/package.html
index 200a21b8ac..d9ca4f1310 100644
--- a/framework/java/android/bluetooth/package.html
+++ b/framework/java/android/bluetooth/package.html
@@ -8,17 +8,19 @@ The Bluetooth API supports both "Classic Bluetooth" and Bluetooth Low Energy.</p
<a href="{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> guide.
For more information about Bluetooth Low Energy, see the
<a href="{@docRoot}guide/topics/connectivity/bluetooth-le.html">
-Bluetooth Low Energy</a> guide.</p>
+Bluetooth Low Energy</a> (BLE) guide.</p>
{@more}
<p>The Bluetooth APIs let applications:</p>
<ul>
- <li>Scan for other Bluetooth devices (including Bluetooth Low Energy
- devices)</li>
- <li>Query the local Bluetooth adapter for paired Bluetooth devices</li>
- <li>Establish RFCOMM channels/sockets</li>
- <li>Connect to specified sockets on other devices</li>
- <li>Transfer data to and from other devices</li>
+ <li>Scan for other Bluetooth devices (including BLE devices).</li>
+ <li>Query the local Bluetooth adapter for paired Bluetooth devices.</li>
+ <li>Establish RFCOMM channels/sockets.</li>
+ <li>Connect to specified sockets on other devices.</li>
+ <li>Transfer data to and from other devices.</li>
+ <li>Communicate with BLE devices, such as proximity sensors, heart rate
+ monitors, fitness devices, and so on.</li>
+ <li>Act as a GATT client or a GATT server (BLE).</li>
</ul>
<p>