From 4072da041da2911dd56635b530b276671ce0199d Mon Sep 17 00:00:00 2001 From: Andre Eisenbach Date: Tue, 19 Aug 2014 17:58:55 -0700 Subject: LE: Rename new MTU and connection paramter update APIs bug 17005342 Change-Id: I23151e1e92fe86896fc2883f81aef82084bb4215 --- core/java/android/bluetooth/BluetoothGattServerCallback.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/bluetooth/BluetoothGattServerCallback.java') 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) { } -- cgit v1.1