summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothGattServerCallback.java
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2014-08-19 17:58:55 -0700
committerPrerepa Viswanadham <dham@google.com>2014-08-20 02:03:57 +0000
commit4072da041da2911dd56635b530b276671ce0199d (patch)
treee986a98c437d74b7408fd1b43e690ab4977adc68 /core/java/android/bluetooth/BluetoothGattServerCallback.java
parenta66c40bf6e0fb79ead6d8a9fc29c5671fa7b1206 (diff)
downloadframeworks_base-4072da041da2911dd56635b530b276671ce0199d.zip
frameworks_base-4072da041da2911dd56635b530b276671ce0199d.tar.gz
frameworks_base-4072da041da2911dd56635b530b276671ce0199d.tar.bz2
LE: Rename new MTU and connection paramter update APIs
bug 17005342 Change-Id: I23151e1e92fe86896fc2883f81aef82084bb4215
Diffstat (limited to 'core/java/android/bluetooth/BluetoothGattServerCallback.java')
-rw-r--r--core/java/android/bluetooth/BluetoothGattServerCallback.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothGattServerCallback.java b/core/java/android/bluetooth/BluetoothGattServerCallback.java
index 3a1b38e..b0ddc26 100644
--- a/core/java/android/bluetooth/BluetoothGattServerCallback.java
+++ b/core/java/android/bluetooth/BluetoothGattServerCallback.java
@@ -141,7 +141,7 @@ public abstract class BluetoothGattServerCallback {
* notifications.
*
* @param device The remote device the notification has been sent to
- * @param status 0 if the operation was successful
+ * @param status {@link BluetoothGatt#GATT_SUCCESS} if the operation was successful
*/
public void onNotificationSent(BluetoothDevice device, int status) {
}