summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothGattServerCallback.java
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2014-06-30 11:37:05 -0700
committerAndre Eisenbach <eisenbach@google.com>2014-07-08 17:09:38 -0700
commitd1e941c77cfdb59efac6040e52e6afde4c54068c (patch)
tree6d1573cb9c6b9fd56e811f85fc9ec085e325f8d1 /framework/java/android/bluetooth/BluetoothGattServerCallback.java
parentb4c9d6108c2b2e895eb7817b661f1a544ace541a (diff)
LE: Un-hide new congestion control and MTU APIs
Change-Id: I5ce395481620dd7ab611b1ab0eaeb5e29c4f13fa
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothGattServerCallback.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothGattServerCallback.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothGattServerCallback.java b/framework/java/android/bluetooth/BluetoothGattServerCallback.java
index 4fbeb46735..3a1b38ee6b 100644
--- a/framework/java/android/bluetooth/BluetoothGattServerCallback.java
+++ b/framework/java/android/bluetooth/BluetoothGattServerCallback.java
@@ -142,7 +142,6 @@ public abstract class BluetoothGattServerCallback {
*
* @param device The remote device the notification has been sent to
* @param status 0 if the operation was successful
- * @hide
*/
public void onNotificationSent(BluetoothDevice device, int status) {
}
@@ -157,7 +156,6 @@ public abstract class BluetoothGattServerCallback {
*
* @param device The remote device that triggered the congestion state change
* @param congested true, if the connection is currently congested
- * @hide
*/
public void onConnectionCongested(BluetoothDevice device, boolean congested) {
}