From f2041ac56e4e7290bf0bb789edb9ddc301e243a1 Mon Sep 17 00:00:00 2001
From: Katie McCormick
Date: Tue, 26 Nov 2013 15:59:03 -0800
Subject: Doc update: Update package summary for BT.
Fixes:
b/8584860
Change-Id: Ic85436f90b46508e6a182e3fc51365f5bfb8da14
---
core/java/android/bluetooth/package.html | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
(limited to 'core/java')
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.
Bluetooth guide.
For more information about Bluetooth Low Energy, see the
-Bluetooth Low Energy guide.
+Bluetooth Low Energy (BLE) guide.
{@more}
The Bluetooth APIs let applications:
- - Scan for other Bluetooth devices (including Bluetooth Low Energy
- devices)
- - Query the local Bluetooth adapter for paired Bluetooth devices
- - Establish RFCOMM channels/sockets
- - Connect to specified sockets on other devices
- - Transfer data to and from other devices
+ - Scan for other Bluetooth devices (including BLE devices).
+ - Query the local Bluetooth adapter for paired Bluetooth devices.
+ - Establish RFCOMM channels/sockets.
+ - Connect to specified sockets on other devices.
+ - Transfer data to and from other devices.
+ - Communicate with BLE devices, such as proximity sensors, heart rate
+ monitors, fitness devices, and so on.
+ - Act as a GATT client or a GATT server (BLE).
--
cgit v1.2.3