diff options
| author | Bryce Lee <brycelee@google.com> | 2015-12-16 13:32:28 -0800 |
|---|---|---|
| committer | Bryce Lee <brycelee@google.com> | 2015-12-16 13:32:28 -0800 |
| commit | a7a6569f2ff54bdab8387bc6695e0804507fb0ea (patch) | |
| tree | 95ce5093979faf2321adf3edf6d7014df70cefac /framework/java/android/bluetooth/BluetoothProfile.java | |
| parent | 7f8ae923461fd06bb6bd7be615f8556ea625c03b (diff) | |
Add setting for declaring disabled bluetooth profiles.
Bug: 25900899
Change-Id: I420a7c590d72ba10f3e466d15dccfdbb520e810a
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
| -rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index cbce22cdea..6bf3fab71e 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -131,6 +131,18 @@ 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 |
