1. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  2. f33b6f4 readability fix: No assigns in if conditionals by Marie Janssen · 8 years ago
  3. 9979121 Remove BTA_GATT_INCLUDED by Myles Watson · 8 years ago
  4. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago
  5. 1baaae3 bta: Fix comment formatting after clang-format by Myles Watson · 8 years ago
  6. cd1fd07 bta: Apply clang-format by Myles Watson · 8 years ago
  7. 8af480e bta: Remove double asterisks in comments by Myles Watson · 8 years ago
  8. 9e6f5ad Improve HOGP input report error handling by Lawrance Liu · 8 years ago
  9. d7ffd64 Remove deprecated UNUSED macro (5/5) by Myles Watson · 8 years ago
  10. d628a06 Remove deprecated UNUSED macro (3/5) by Myles Watson · 8 years ago
  11. d35a648 Remove deprecated UNUSED macro (1/5) by Myles Watson · 8 years ago
  12. d8f09d0 Fix random crashes in HID related code by Jakub Pawlowski · 8 years ago
  13. 96e397a Use the default LE connection timeout if the remote device has no preference by Jakub Pawlowski · 8 years ago
  14. 4689e1e Deregister from notifications when an HOGP background connection is cancelled by IHLHO KIM · 8 years ago
  15. 5e10e74 GATT: Deregister notification when a GATT connection is closed by ugo_yu · 8 years ago
  16. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  17. bb920a6 Rmove write type from GATT descriptor writes (4/4) by Jakub Pawlowski · 8 years ago
  18. 24ea892 Add callbacks to GATT read/write operation by Jakub Pawlowski · 8 years ago
  19. 3c5451d Simplify GATT characteristic read memory handling by Jakub Pawlowski · 8 years ago
  20. 25984b0 Get rid of unused BTA_DYNAMIC_MEMORY by Jakub Pawlowski · 8 years ago
  21. e9e58ce bta: use standard types by Marie Janssen · 8 years ago
  22. 26ecec0 Use vector instead of C arrays in bta_gatt_api by Jakub Pawlowski · 8 years ago
  23. 7c172b7 HOGP: Clear pending operations for a given device on connect by Jakub Pawlowski · 8 years ago
  24. 4f76028 HOGP: Preffer write command over write requests by Jakub Pawlowski · 8 years ago
  25. b7938c1 Convert HID and Device Manager BTA code to C++ by Jakub Pawlowski · 8 years ago
  26. f978a57 HOGP: Clear pending operations for a given device on disconnect by Jakub Pawlowski · 8 years ago
  27. cbeed50 Do not allow LE connection timeout smaller than 1s for HID devices by Jakub Pawlowski · 8 years ago
  28. 1911770 Convert GATT related BTA code to C++ by Jakub Pawlowski · 8 years ago
  29. 556b78b HID: Prevent incoming and outgoing SDP collision by Hemant Gupta · 9 years ago
  30. c3fe5a0 Remove dead HID code by Jakub Pawlowski · 8 years ago
  31. 46b8d12 Fix sluggish HID devices by Bluetooth Build Test · 9 years ago
  32. 4529f1b Cleanup unnecessary logs by Jakub Pawlowski · 9 years ago
  33. 9dc9985 Use handles to identify GATT attributes (1/4) by Jakub Pawlowski · 9 years ago
  34. e8187e5 HID service discovery refactor by Jakub Pawlowski · 9 years ago
  35. bc5d654 Use attribute handle instead of id in GATT cache by Jakub Pawlowski · 9 years ago
  36. 22aaded HID multi-device refactoring by Jakub Pawlowski · 9 years ago
  37. 1be7ae1 Remove btla-specific comments by Jakub Pawlowski · 9 years ago
  38. 891723a HID: Handle collisions during incoming and outgoing connections by Hemant Gupta · 9 years ago
  39. 717a4a9 Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  40. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  41. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 9 years ago
  42. f40b136 Add explicit sec_act parameter to encryption requests by Andre Eisenbach · 9 years ago
  43. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  44. 0839305 resolved conflicts for merge of 49a86709 to mnc-dev-plus-aosp by Marie Janssen · 9 years ago
  45. 49a8670 build: LOG_TAG consistency, include order, build fixes by Marie Janssen · 9 years ago
  46. 37c5faf am 680959b0: Add missing data initialization by Pavlin Radoslavov · 9 years ago
  47. 680959b Add missing data initialization by Pavlin Radoslavov · 9 years ago
  48. 9a78e8d am 49120dc8: build: Fix LOG_TAG define breakage, macro usage by Marie Janssen · 9 years ago
  49. 49120dc build: Fix LOG_TAG define breakage, macro usage by Marie Janssen · 9 years ago
  50. d33e39f am db554581: build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  51. db55458 build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  52. 641e21a HOGP: Clear allocated memory for unmatched HID reports by Subramanian Srinivasan · 10 years ago
  53. b246a1a Merge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d' into merge_work by Prerepa Viswanadham · 10 years ago
  54. 4540f59 Static code analysis cleanups and minor bug fixes by VenkatRaghavan VijayaRaghavan · 10 years ago
  55. e1a9e52 Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into merge by Etan Cohen · 10 years ago
  56. 0de2267 Fix macro for maximum allowed HOGP devices by Nitin Arora · 11 years ago
  57. f802700 Demote, cleanup and extend observed logging by Chris Manton · 10 years ago
  58. 794f3b5 Removal of bd.[c|h] by Chris Manton · 10 years ago
  59. 11cf5cc resolved conflicts for merge of ed0bdd42 to lmp-mr1-dev-plus-aosp by Chih-Hung Hsieh · 10 years ago
  60. 104e3f2 Cleanups needed to make clang happy by Bernhard Rosenkränzer · 10 years ago
  61. f37767a HOGP: Do not remove device from whitelist on encryption failure by Andre Eisenbach · 10 years ago
  62. 433fe01 Cache HOGP HID report map by Chaojing Sun · 10 years ago
  63. d2246b6 LE: Remove stored link key if encryption fails due to missing key (remote) by Priti Aghera · 10 years ago
  64. 32cab09 Added function headers. by Mudumba Ananth · 10 years ago
  65. 8942572 When HOGP reconnection fails, it will lose all cached HID report by Mudumba Ananth · 10 years ago
  66. 9b57f08 Bluetooth: DIS: Only read the requested DIS characteristics by Adam Hampson · 10 years ago
  67. 2772dac Bluetooth: fix the HOGP device(iBUFFALO BSMBB09DS) pair and reconnect problem. by Thomas.TT_Lin · 10 years ago
  68. afa6e1a resolved conflicts for merge of e8c3d75b to master by Matthew Xie · 10 years ago
  69. cf20482 LE: Use write_request to set HOGP descriptors by Nitin Arora · 11 years ago
  70. 011c658 Fix bug with get report completion due to uninitialized structure by Mike J. Chen · 10 years ago
  71. e8c3d75 Logging cleanup: BTIF and APPL. by Sharvil Nanavati · 11 years ago
  72. a14e2a0 Eliminate dead code: remove GKI_sched* from the codebase. by Sharvil Nanavati · 10 years ago
  73. 82d0a11 Eliminate dead code: remove GKI_sched* from the codebase. by Sharvil Nanavati · 10 years ago
  74. 208dd40 Change a TRACE_ERROR message to TRACE_DEBUG on every LE report by Mike J. Chen · 10 years ago
  75. 7fa4fba Merge BT 4.1 features by Ganesh Ganapathi Batta · 11 years ago
  76. 9e24c9b HID: Fix memory leak in HID Code by Zhihai Xu · 11 years ago
  77. 8fe5887 Merge BT 4.1 features by Ganesh Ganapathi Batta · 11 years ago
  78. 2cba29a HID: Fix memory leak in HID Code by Zhihai Xu · 11 years ago
  79. bf9a8aa Fix warnings when BLE_INCLUDED is FALSE by Mike J. Chen · 11 years ago
  80. 5cd8bff Major warnings cleanup by Mike J. Chen · 11 years ago
  81. 2b12a21 Merge "read report array out of boundary for BLE HID device." by Zhihai Xu · 11 years ago
  82. 2711dc1 Merge "need to increase maximum number HID report for HOGP" by Zhihai Xu · 11 years ago
  83. aac02e8 Can only support two HID report instance for BLE HID. by Zhihai Xu · 11 years ago
  84. ac1d544 need to increase maximum number HID report for HOGP by Zhihai Xu · 11 years ago
  85. 656792f read report array out of boundary for BLE HID device. by Zhihai Xu · 11 years ago
  86. 9628abf remove space. by Zhihai Xu · 11 years ago
  87. 2a2701c Fixes for problems found with coverity analyzer by Kim Schulz · 11 years ago
  88. 7051db3 BLE HID device connection failure due to security error. by Zhihai Xu · 11 years ago
  89. bd68d68 Remove the device from le backgrond connection whitelist when it's unpaired by Zhihai Xu · 11 years ago
  90. ae003af fixed assignment with no effect by Kim Schulz · 11 years ago
  91. dbba0e6 Replace Broadcom proprietary license header with apache 2 header by Matthew Xie · 11 years ago
  92. 03d6852 Merge "Do not deregister HH GATT IF in bta_gattc_disable for hid over GATT" into klp-dev by Zhihai Xu · 11 years ago
  93. 36b6865 Do not deregister HH GATT IF in bta_gattc_disable for hid over GATT by Zhihai Xu · 11 years ago
  94. 0ef5e93 LE: Only prepend valid HID report IDs by Andre Eisenbach · 11 years ago
  95. fac9fef Crash after unpairing BT keyboard by Zhihai Xu · 11 years ago
  96. da8b1f6 Hid Host: Ensure Hid module is accepting events before processing by Harish Paryani · 11 years ago
  97. 2e7fa68 LE: Add support for the HID-over-GATT profile (1/3) by Andre Eisenbach · 11 years ago
  98. ead3cde Initial version of BLE support for Bluedroid by Ganesh Ganapathi Batta · 12 years ago
  99. 62b1414 Snapshot 0d153181bbe9ce75555b437567796a9aef4ef0ae by The Android Open Source Project · 12 years ago
  100. 5738f83 Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf by The Android Open Source Project · 12 years ago