diff options
author | Hansong Zhang <hsz@google.com> | 2017-12-06 16:20:22 -0800 |
---|---|---|
committer | Hansong Zhang <hsz@google.com> | 2017-12-14 20:06:12 -0800 |
commit | c4551d42cd839c19d009eef4c56f12ead00c415a (patch) | |
tree | 22d2562f7f0505bd022479ceeada819d9c872058 /framework/java/android/bluetooth/BluetoothHidDevice.java | |
parent | c20f6933475f76609eec74c0eb26076054d11bcb (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
Change-Id: I52ca4674f11179f865bdff22e0289dfe893c40f5
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothHidDevice.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothHidDevice.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothHidDevice.java b/framework/java/android/bluetooth/BluetoothHidDevice.java index 4a0048673c..f38e462eab 100644 --- a/framework/java/android/bluetooth/BluetoothHidDevice.java +++ b/framework/java/android/bluetooth/BluetoothHidDevice.java @@ -35,8 +35,6 @@ import java.util.List; * * <p>BluetoothHidDevice is a proxy object for controlling the Bluetooth HID Device Service via IPC. * Use {@link BluetoothAdapter#getProfileProxy} to get the BluetoothHidDevice proxy object. - * - * <p>{@hide} */ public final class BluetoothHidDevice implements BluetoothProfile { |