summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothGattServer.java
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2013-05-30 15:16:00 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-30 15:16:00 -0700
commit703ea1862e78956c3cd43f42770dccc31a8ebd96 (patch)
tree61f733602774e11a5f14fff746191b17cec19ae0 /core/java/android/bluetooth/BluetoothGattServer.java
parent905c2b11172de4852e4af713bc5656c4135fc2c2 (diff)
parent0fdb05a770ce3ea0bd7f6ee9bae2283a38284607 (diff)
am 0fdb05a7: am b190890a: Merge "Update javadoc to give app write better guidence" into jb-mr2-dev
* commit '0fdb05a770ce3ea0bd7f6ee9bae2283a38284607': Update javadoc to give app write better guidence
Diffstat (limited to 'core/java/android/bluetooth/BluetoothGattServer.java')
-rw-r--r--core/java/android/bluetooth/BluetoothGattServer.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/BluetoothGattServer.java b/core/java/android/bluetooth/BluetoothGattServer.java
index d3b85a9e3d9f..58ee54fdb100 100644
--- a/core/java/android/bluetooth/BluetoothGattServer.java
+++ b/core/java/android/bluetooth/BluetoothGattServer.java
@@ -289,6 +289,9 @@ public final class BluetoothGattServer implements BluetoothProfile {
/**
* Close this GATT server instance.
+ *
+ * Application should call this method as early as possible after it is done with
+ * this GATT server.
*/
public void close() {
if (DBG) Log.d(TAG, "close()");