summaryrefslogtreecommitdiff
path: root/core/java/android/bluetooth/IBluetoothInputDevice.aidl
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth: move AIDL files related to bluetooth into system/bt (1/2)Jakub Pawlowski2017-08-081-67/+0
| | | | | | | | | | | | | | | This patch moves *.aidl files from frameworks/base/core/java/android/bluetooth into system/bt/binder. This is in preparation to convert the Bluetooth deamon into native implementation piece by piece. In order to do that, one must have C++ header files, and paths to them with AIDL files, and */java/* folder didn't seem as proper place for that. Additionally, keeping AIDL files out of framework/base will not require creating dependency on this huge project, which should help keeping the compilation fast. Test: compilation test Change-Id: I9a6db8832c9ec3215c648e325d67278832ef22cc
* Bluetooth: HID: Add support for Set Idle and Get Idle Commands (3/4)Hemant Gupta2017-05-101-0/+8
| | | | | | | | | | | | | | | | | Provides an interface for application to send Set Idle and Get Idle commands to remote HID Device. Support for these two commands was missing from existing code, so existing code design is reused to add support for these two commands. Without this support following mandatory PTS test cases for HID 1.0 cannot be passed, TC_HOS_HID_BV_05/06. Test: Executed PTS tests TC_HOS_HID_BV_05/06 and confirmed if they can pass Bug: 34344715 Change-Id: I21f37d7638c80da99a69c38d55d741b5fb107961 (cherry picked from commit cef9ce368c5f3d50913c37ea73d5589371faa11f)
* Correct executable bit for source files [Take 2]Chirayu Desai2013-03-271-0/+0
| | | | | | | Change Ieb51bafb46c895a21d2e83696f5a901ba752b2c5 left out some files, this fixes them. Change-Id: Ia949a8581668836ea0251602e048f09c852f5169
* License of files Bluetooth package is not updated to ASL2Zhihai Xu2012-10-231-1/+14
| | | | | | bug 7385618 Change-Id: I6232f537f4fda979d3aabe3a059c11d3299de9b8
* HID-PTS: Included apis' for pts testsPriti Aghera2012-07-161-0/+24
| | | | Change-Id: I7dc0a893ee86a2560c351a565bd170517f6c6079
* Initial implementation of HID, add IBluetoothInputDevice idlMatthew Xie2012-07-161-0/+22
Change-Id: Iadc79a425b4b6e12329d86dd2ac0782adcb0174d