From 15309a3d200f20a893ca7023ac95186de37283a1 Mon Sep 17 00:00:00 2001 From: Bryce Lee Date: Fri, 18 Dec 2015 11:34:20 -0800 Subject: Remove duplicate Bluetooth profiles. Change-Id: I04fd867511713dd02ef249b113f7a46c69f22f98 --- core/java/android/bluetooth/BluetoothProfile.java | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'core/java/android/bluetooth/BluetoothProfile.java') 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 -- cgit v1.1