History log of /frameworks/base/core/java/android/bluetooth/BluetoothHidDeviceCallback.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dd87cd3bb611b7449edfa17d59d9b962784750ee 30-Dec-2016 Ivan Podogov <ginkage@google.com> HID Device role API fixes

This change makes HIDD API more like the other ones, i.e.
supporting multiple devices, and implements missing methods.

While the underlying implementation may still only support a
single device at a time, the "device" parameter can still be
useful for checking if the application is trying to send the
data to a correct device.

Test: make
Change-Id: I55fe04c0762a96fcddd6c6678e790361d648111a
/frameworks/base/core/java/android/bluetooth/BluetoothHidDeviceCallback.java
e88fd4b5940a855e961cffa36e93f844a44cd2d4 18-Apr-2014 Hemant Gupta <hemantg@codeaurora.org> Bluetooth: Add support for HID Device Role

This patch adds the HID Device Role support in Bluetooth framework.
Also AIDL and callback related files for HID Device role are added
to provide interface for third party applications to communicate with
HID Device Service.

Change-Id: Id03a362b7bcfa2e76056fa0197eaac12ce49b5a2
/frameworks/base/core/java/android/bluetooth/BluetoothHidDeviceCallback.java