diff options
Diffstat (limited to 'core/java/android/bluetooth/BluetoothGatt.java')
-rw-r--r-- | core/java/android/bluetooth/BluetoothGatt.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/BluetoothGatt.java b/core/java/android/bluetooth/BluetoothGatt.java index bffe64b..69dc4e2 100644 --- a/core/java/android/bluetooth/BluetoothGatt.java +++ b/core/java/android/bluetooth/BluetoothGatt.java @@ -565,6 +565,9 @@ public final class BluetoothGatt implements BluetoothProfile { /** * Close this Bluetooth GATT client. + * + * Application should call this method as early as possible after it is done with + * this GATT client. */ public void close() { if (DBG) Log.d(TAG, "close()"); |