diff --git a/core/java/android/bluetooth/package.html b/core/java/android/bluetooth/package.html
index 200a21b8acff1..d9ca4f13101f8 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).