summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Lee <brycelee@google.com>2015-12-18 11:34:20 -0800
committerBryce Lee <brycelee@google.com>2015-12-18 11:34:20 -0800
commit15309a3d200f20a893ca7023ac95186de37283a1 (patch)
tree022af3edd580cc38a75b7c748b0a4bbd5e0b1210
parent064eb2a7cc8b811671682018b82c2b63064971ef (diff)
downloadframeworks_base-15309a3d200f20a893ca7023ac95186de37283a1.zip
frameworks_base-15309a3d200f20a893ca7023ac95186de37283a1.tar.gz
frameworks_base-15309a3d200f20a893ca7023ac95186de37283a1.tar.bz2
Remove duplicate Bluetooth profiles.
Change-Id: I04fd867511713dd02ef249b113f7a46c69f22f98
-rw-r--r--core/java/android/bluetooth/BluetoothProfile.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/java/android/bluetooth/BluetoothProfile.java b/core/java/android/bluetooth/BluetoothProfile.java
index 6bf3fab..cbce22c 100644
--- a/core/java/android/bluetooth/BluetoothProfile.java
+++ b/core/java/android/bluetooth/BluetoothProfile.java
@@ -131,18 +131,6 @@ public interface BluetoothProfile {
public static final int HEADSET_CLIENT = 16;
/**
- * HID Profile
- * @hide
- */
- public static final int HID = 17;
-
- /**
- * HDP Profile
- * @hide
- */
- public static final int HDP = 18;
-
- /**
* Default priority for devices that we try to auto-connect to and
* and allow incoming connections for the profile
* @hide