diff options
| author | 2013-12-13 01:01:18 +0000 | |
|---|---|---|
| committer | 2013-12-13 01:01:18 +0000 | |
| commit | 4561f1990def36aef17dbb35511a1522195e7f95 (patch) | |
| tree | c685d30fff0b71ffe5765b93bcf2a1b02cd0b6a1 | |
| parent | b1738b3a272439c7e2c0d55875fa37f3c3acfddc (diff) | |
| parent | 08e0142fb72cf08a5784b20d42d18bf7a35370cf (diff) | |
am 08e0142f: am f85470e6: am fbbc1b79: Merge "Doc update: Update package summary for BT." into klp-docs
* commit '08e0142fb72cf08a5784b20d42d18bf7a35370cf':
Doc update: Update package summary for BT.
| -rw-r--r-- | core/java/android/bluetooth/package.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/core/java/android/bluetooth/package.html b/core/java/android/bluetooth/package.html index 200a21b8acff..d9ca4f13101f 100644 --- a/core/java/android/bluetooth/package.html +++ b/core/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> |