diff --git a/core/java/android/bluetooth/package.html b/core/java/android/bluetooth/package.html index 5ff240c706ca1..9ac42dc58352e 100644 --- a/core/java/android/bluetooth/package.html +++ b/core/java/android/bluetooth/package.html @@ -1,7 +1,11 @@
-Provides classes that manage Bluetooth functionality, such as scanning for -devices, connecting with devices, and managing data transfer between devices. +Provides classes that manage Bluetooth functionality, such as scanning for +devices, connecting with devices, and managing data transfer between devices.
+ +For a complete guide to using the Bluetooth APIs, see the Bluetooth developer guide.
+{@more}The Bluetooth APIs let applications:
For a detailed guide to using the Bluetooth APIs, see the Bluetooth Dev Guide topic.
-Note: Not all Android devices are guaranteed to have Bluetooth functionality.
diff --git a/docs/html/guide/topics/wireless/bluetooth.jd b/docs/html/guide/topics/wireless/bluetooth.jd index fa2875b3647d2..98b6e7d278d6b 100644 --- a/docs/html/guide/topics/wireless/bluetooth.jd +++ b/docs/html/guide/topics/wireless/bluetooth.jd @@ -9,7 +9,7 @@ page.title=BluetoothSet<BluetoothDevice> pairedDevices = mBluetoothAdapter.getBondedDevices();