diff options
| author | Hansong Zhang <hsz@google.com> | 2017-12-06 16:20:22 -0800 |
|---|---|---|
| committer | Hansong Zhang <hsz@google.com> | 2017-12-15 16:12:00 -0800 |
| commit | 362004ef30a1cd67d6866d7ee0373a169ca59ac9 (patch) | |
| tree | 60df17abe1980ff6843a5bac035b5a65cb60829b /framework/java/android/bluetooth/BluetoothProfile.java | |
| parent | 255cd57fb0bbbb55033906e6d34606f2bdfc4b6e (diff) | |
Publish Bluetooth HID Device Profile Service API
Enable the BluetoothHidDevice API in framework.
Bug: 63384609
Test: SL4A HID test; test with apps using BluetoothHidDevice
Merged-In: I52ca4674f11179f865bdff22e0289dfe893c40f5
Change-Id: I52ca4674f11179f865bdff22e0289dfe893c40f5
(cherry picked from commit c4551d42cd839c19d009eef4c56f12ead00c415a)
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
| -rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index ebbc710922..df2028a553 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -153,8 +153,6 @@ public interface BluetoothProfile { /** * HID Device - * - * @hide */ public static final int HID_DEVICE = 19; |
