summaryrefslogtreecommitdiffstats
path: root/hiddtestapp
Commit message (Collapse)AuthorAgeFilesLines
* Remove HiddTesApp from build.Hemant Gupta2014-08-071-1/+1
| | | | | | Remove support for hiddtestapp from build. Change-Id: Ice9a2c2d5a60d21d52f57789d14ac195fa6188f6
* Allow compilation of BluetoothExt.apkHemant Gupta2014-07-291-1/+1
| | | | | | | | | This patch removes unncessary checks in Android.mk which were preventing compilation of vendor/qcom/opensource/bluetooth project. The changes were added during L bring up to remove compilation errors as BT changes were missing. Change-Id: Ibeefb0b62e9b403f603aa6994dd6e09a0a337f32
* Compilation issues fixManish Kumar2014-07-041-1/+1
| | | | Change-Id: I0e57b9e7b9450c8c506ea03c158cdcceb332fc02
* Bluetooth: HID-D: Send battery update only when it changesHemant Gupta2014-03-171-2/+11
| | | | | | | | | | This patch sends battery level update to remote HID host only when battery level changes from the last update sent to remote device. Without this change it was observed, that DUT was unnecessarily sending battery level updates even when there was no change in battery level. Change-Id: I4472d9c8d8c99b3a6189b7f667c72ab196424fb4 CRs-Fixed: 624627
* HID-C: Add support for SetReport in test applicationHemant Gupta2014-01-061-5/+57
| | | | | | | | This patch adds support for handling set report from HID Host. Also error code is sent as parameter while replying to Set Report request. Change-Id: I1e72de6a19a52b85c8a9949a0f07c9a2db32d6ff CRs-Fixed: 595139
* HID-C: Add missing implementation for get report handlingHemant Gupta2013-12-241-10/+75
| | | | | | | | | | | This patch adds the missing implementation for responding to GET Report requests from HID Host for different report types. For Input report, handling is added for sending default values if report id is not present, for output reports, reports are now stored and error is reported if report id is invalid otherwise default values are returned. Change-Id: I3bdc8538bfce760959166f9ecaf6582b750f5381 CRs-Fixed: 593100
* Bluetooth: HID: Add test app for HID Device RoleHemant Gupta2013-11-2025-0/+2645
This patch adds HID Device Test application for testing Keyboard and Mouse Role supported by Phone. Change-Id: Iad428d761a4235c9a8a216a3202af9b456d652e9 CRs-Fixed: 573086