diff options
| author | 2015-12-18 23:02:40 +0000 | |
|---|---|---|
| committer | 2015-12-18 23:02:40 +0000 | |
| commit | 9c27969385d7a59a535ba3274c279ae96a155d49 (patch) | |
| tree | 2d97caf84ec6d038125633872b875c905ae42a24 | |
| parent | cbef517d02f4f3680e155cc1a704ebf5c959d03f (diff) | |
| parent | 15309a3d200f20a893ca7023ac95186de37283a1 (diff) | |
Merge "Remove duplicate Bluetooth profiles." into cw-e-dev
| -rw-r--r-- | core/java/android/bluetooth/BluetoothProfile.java | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/java/android/bluetooth/BluetoothProfile.java b/core/java/android/bluetooth/BluetoothProfile.java index 6bf3fab71ec7..cbce22cdea60 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 |