diff options
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothGattServerCallback.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothGattServerCallback.java | 2 |
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) { } |