summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothHidDevice.java
diff options
context:
space:
mode:
authorHansong Zhang <hsz@google.com>2017-12-06 16:20:22 -0800
committerHansong Zhang <hsz@google.com>2017-12-14 20:06:12 -0800
commit7bb587d72b8bb5ba8bd2d7530dbd89b4faac289f (patch)
tree9c138feb2f98bdf9b7a91a61054b5ae685485bec /core/java/android/bluetooth/BluetoothHidDevice.java
parent62c1fb0f4993eecc7c78eac0e54427eb47a5a9bc (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 'core/java/android/bluetooth/BluetoothHidDevice.java')
-rw-r--r--core/java/android/bluetooth/BluetoothHidDevice.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/bluetooth/BluetoothHidDevice.java b/core/java/android/bluetooth/BluetoothHidDevice.java
index 4a0048673c28..f38e462eab4f 100644
--- a/core/java/android/bluetooth/BluetoothHidDevice.java
+++ b/core/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 {