summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/BluetoothHidDeviceAppConfiguration.java
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth HID Device: Remove BluetoothHidDeviceAppConfiguration (2/4)Hansong Zhang2017-11-301-79/+0
| | | | | | Bug: 69981563 Test: HID Device SL4A Test Change-Id: Ifb7002bb4f3f6f29b01a3d337ab68b674d6947c9
* Enable HID Device Profile Service (2/2)Hansong Zhang2017-10-271-1/+10
| | | | | | | | | | | | | Add Profile Proxy for HID Device Profile. * Add a helper method doUnbind() to deal with unbinding to Bluetooth HID Service. * Fix docstrings. Bug: 63384609 Test: SL4A Bluetooth HID test Change-Id: I168c21c3b010baac9889c556635b914c0ba3f267
* Fix checkstyle errors (1/2)Jack He2017-08-241-11/+11
| | | | | | | | * Automatic style corrections through IDE Bug: 63596319 Test: make checkbuild, no manual changes, no functional changes Change-Id: I2397d55abc34c9b7a9b748bec6137778df3421a7
* Bluetooth: Add support for HID Device RoleHemant Gupta2016-12-291-0/+70
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