diff options
Diffstat (limited to 'core/java/android/bluetooth/BluetoothGattServer.java')
-rw-r--r-- | core/java/android/bluetooth/BluetoothGattServer.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/BluetoothGattServer.java b/core/java/android/bluetooth/BluetoothGattServer.java index d7f150b..78d536b 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()"); |