1. 1ef4ba4 Merge "Bluetooth: fix the HOGP device(iBUFFALO BSMBB09DS) pair and reconnect problem." into lmp-dev by Matthew Xie · 10 years ago
  2. 2772dac Bluetooth: fix the HOGP device(iBUFFALO BSMBB09DS) pair and reconnect problem. by Thomas.TT_Lin · 10 years ago
  3. 696791a Merge "A simple, thread-safe timer API for bluedroid." into lmp-dev by Sharvil Nanavati · 10 years ago
  4. 2fbe6fa Merge "Revert "Revert "Clean up messy dispatch in bt_hci_bdroid by using new primitives.""" into lmp-dev by Sharvil Nanavati · 10 years ago
  5. dd28edb Revert "Revert "Clean up messy dispatch in bt_hci_bdroid by using new primitives."" by Sharvil Nanavati · 10 years ago
  6. f0e7c8b A simple, thread-safe timer API for bluedroid. by Sharvil Nanavati · 10 years ago
  7. b62769d Merge "Add audio_input_flags_t to HAL open_input_stream" into lmp-dev by Glenn Kasten · 10 years ago
  8. 85f2cd2 Add audio_input_flags_t to HAL open_input_stream by Glenn Kasten · 10 years ago
  9. 0eb7f49 Merge "Fix GKI_add_to_timer_list to handle middle-of-list insertions correctly" into lmp-dev by Andre Eisenbach · 10 years ago
  10. 9640662 Fix GKI_add_to_timer_list to handle middle-of-list insertions correctly by Andre Eisenbach · 10 years ago
  11. dd29f03 Revert "Clean up messy dispatch in bt_hci_bdroid by using new primitives." by Svetoslav Ganov · 10 years ago
  12. 3f9fbe7 Clean up messy dispatch in bt_hci_bdroid by using new primitives. by Sharvil Nanavati · 10 years ago
  13. 94347a5 Extend the threading library to back thread with an event queue. by Sharvil Nanavati · 10 years ago
  14. ab606b5 Expose enqueue/dequeue file descriptors for fixed_queue. by Sharvil Nanavati · 10 years ago
  15. 446da53 Eliminate last_ticks from TIMER_LIST_ENT. by Sharvil Nanavati · 10 years ago
  16. 288f5cf Merge "Calculate A2DP frames to send based on elapsed time" by Andre Eisenbach · 10 years ago
  17. f13db8a Calculate A2DP frames to send based on elapsed time by Andre Eisenbach · 10 years ago
  18. b1c8fcc A2DP: Fix audio stuttering in A2DP sink mode by Mike Lockwood · 10 years ago
  19. b007f90 Merge "Fix GKI buffer leak with discovery information service reading" by Mike J. Chen · 10 years ago
  20. eaf796f Fix GKI buffer leak with discovery information service reading by Mike J. Chen · 10 years ago
  21. 335aa36 Fix deadlock and non-working socket msg throttling by Mike J. Chen · 10 years ago
  22. 3b4d3fb am 02d9b7b4: Bluetooth: Increase number of allowed notifications by Nitin Arora · 10 years ago
  23. 2c9061e am 7475a509: Bluetooth: Adds SMP response timer for security request by Nitin Arora · 10 years ago
  24. a3c936e am 156c52bb: Send correct status for SMP AUTH failure by Priti Aghera · 10 years ago
  25. 02d9b7b Bluetooth: Increase number of allowed notifications by Nitin Arora · 11 years ago
  26. 7475a50 Bluetooth: Adds SMP response timer for security request by Nitin Arora · 11 years ago
  27. 8cbb1f6 Merge "Fix deadlock and non-working socket msg throttling" by Mike J. Chen · 10 years ago
  28. 90715aa Fix GKI buffer leak in GATT event handling by Mike J. Chen · 10 years ago
  29. 156c52b Send correct status for SMP AUTH failure by Priti Aghera · 10 years ago
  30. 90e7538 Merge "Fix GKI timers to take execution time into account" by Andre Eisenbach · 10 years ago
  31. 3857e59 Fix GKI timers to take execution time into account by Andre Eisenbach · 10 years ago
  32. a9ea292 Add template doc for Android properties used by bluedroid. by Sharvil Nanavati · 10 years ago
  33. 0317a40 Merge "Prevent A2DP bit pool calculation endless loops." by Andre Eisenbach · 10 years ago
  34. f4013f2 Expose semaphore's file descriptor. by Sharvil Nanavati · 10 years ago
  35. 118bdd5 Start of threading library by Sharvil Nanavati · 10 years ago
  36. 4e3593a Prevent A2DP bit pool calculation endless loops. by Andre Eisenbach · 10 years ago
  37. 6718c6d Bluetooth: Rename BTA_AVK_INCLUDED flag to BTA_AV_SINK_INCLUDED (bt_target.h) by lungtsai_lin · 10 years ago
  38. 85b4ee5 Merge "DO NOT MERGE: Send to local UUID for AV connection" into klp-wireless-dev by Matthew Xie · 10 years ago
  39. 19084c6 Implement the reactor pattern in C. by Sharvil Nanavati · 10 years ago
  40. 7bc6e98 DO NOT MERGE: Send to local UUID for AV connection by Ravi Nagarajan · 10 years ago
  41. b3c6122 Merge "Code cleanup - remove unnecessary commented out code" into klp-wireless-dev by Wei Wang · 10 years ago
  42. 51f35b0 Code cleanup - remove unnecessary commented out code by Wei Wang · 10 years ago
  43. 76e37d7 Merge "audio: deprecate audio_stream_frame_size()" by Eric Laurent · 10 years ago
  44. ffaa29f am 85b4ee5d: (-s ours) Merge "DO NOT MERGE: Send to local UUID for AV connection" into klp-wireless-dev by Matthew Xie · 10 years ago
  45. 171c23f audio: deprecate audio_stream_frame_size() by Eric Laurent · 10 years ago
  46. 6c03954 Fix signed - unsigned comparison in bluedroid test. by Narayan Kamath · 10 years ago
  47. f6d37b8 am 19084c62: Implement the reactor pattern in C. by Sharvil Nanavati · 10 years ago
  48. 43c6a47 am b3c61229: Merge "Code cleanup - remove unnecessary commented out code" into klp-wireless-dev by Wei Wang · 10 years ago
  49. af07802 am a92c04f2: (-s ours) DO NOT MERGE Fix compilation issue by Matthew Xie · 10 years ago
  50. a92c04f DO NOT MERGE Fix compilation issue by Matthew Xie · 10 years ago
  51. e3eecc1 Fix build: change macro call from _DEBUG0 to _DEBUG. by Sharvil Nanavati · 10 years ago
  52. 6ac369a am 23ae7c52: Merge "Added code to reuse the signal fds and avoid fd close" into klp-wireless-dev by Matthew Xie · 10 years ago
  53. 5ded339 am 359895ef: Fixed deadlock issue for concurrent multiple rfcomm connections. by git-zhenye.broadcom.com · 10 years ago
  54. ceec4d1 Use POSIX timer for non-wake alarms in bluedroid. by Sharvil Nanavati · 10 years ago
  55. b538248 Remove more unused code from GKI timers. by Sharvil Nanavati · 10 years ago
  56. d42dba5 Remove more unused code from GKI. by Sharvil Nanavati · 10 years ago
  57. 6397cfb Fix problem with A2DP initialization due to merge error by Mike Lockwood · 10 years ago
  58. 23ae7c5 Merge "Added code to reuse the signal fds and avoid fd close" into klp-wireless-dev by Matthew Xie · 10 years ago
  59. bf0ce82 Added code to reuse the signal fds and avoid fd close by git-zhenye.broadcom.com · 10 years ago
  60. 359895e Fixed deadlock issue for concurrent multiple rfcomm connections. by git-zhenye.broadcom.com · 10 years ago
  61. 2dc9999 Bluetooth: Support MAP Client role on Bluedroid. by Hemant Gupta · 10 years ago
  62. 41fcea4 Fix audio HAL build (make it a shared library again) by Mike Lockwood · 10 years ago
  63. ec34ace am 7ae3f9ee: LE Onfound and Onlost feature by Satya Calloji · 10 years ago
  64. 8627c7a am 5e177043: (-s ours) LE ADV Filter changes by Satya Calloji · 10 years ago
  65. c928a4f Add BOARD_BLUETOOTH_BDROID_HCILP_INCLUDED by Richie Hsieh · 10 years ago
  66. e83f4d5 am b9b1f4e7: (-s ours) LE batch scan feature by Satya Calloji · 10 years ago
  67. 7ae3f9e LE Onfound and Onlost feature by Satya Calloji · 10 years ago
  68. 5e17704 LE ADV Filter changes by Satya Calloji · 10 years ago
  69. b9b1f4e LE batch scan feature by Satya Calloji · 10 years ago
  70. ff7f41e am 66432dcf: Add WBS support on Bluedroid (2/6) by Matthew Xie · 10 years ago
  71. 66432dc Add WBS support on Bluedroid (2/6) by Matthew Xie · 10 years ago
  72. 1acb61c LE Onfound and Onlost feature by Satya Calloji · 10 years ago
  73. 1a9247a LE ADV Filter changes by Satya Calloji · 10 years ago
  74. c4e2596 LE batch scan feature by Satya Calloji · 10 years ago
  75. 21cf5db am 021e17a6: Clear background conn list entries during BT power off by Nitin Arora · 10 years ago
  76. 5b4d143 am 9279e000: Merge "Bluetooth: Updates background conn list properly during unpair" into klp-wireless-dev by Andre Eisenbach · 10 years ago
  77. 021e17a Clear background conn list entries during BT power off by Nitin Arora · 11 years ago
  78. eb29aed LE: Fix HOGP connection issues caused by incorrect HCI packet flags by Richie Hsieh · 10 years ago
  79. d3460f3 am d9e2d0f1: Bluetooth: Restarting PM timer during incoming rfcomm data. by Hemant Gupta · 10 years ago
  80. 6308419 am e146869f: GAP: Remove device info from storage on Pairing Cancel by Hemant Gupta · 10 years ago
  81. 84b98f6 am b4801441: GAP:Add authentication failed error code in auth_compl_evt. by Hemant Gupta · 10 years ago
  82. 40ea618 am aef7a671: [2/2] Bluetooth: Security: Handle authentication rejected error status by Hemant Gupta · 10 years ago
  83. 5eb938b am 59a88ec2: Bluetooth: Handle missing key event by Hemant Gupta · 10 years ago
  84. 4dbb90f am 831423ea: Bluetooth: Fix to avoid NULL pointer dereferences by Hemant Gupta · 10 years ago
  85. 3b20c34 am c8fe2925: GAP: Retain the old COD if already present by Hemant Gupta · 10 years ago
  86. f2220ed am 79f454dc: L2CAP: Send HCI connect with all packet types supported by Hemant Gupta · 10 years ago
  87. d9e2d0f Bluetooth: Restarting PM timer during incoming rfcomm data. by Hemant Gupta · 11 years ago
  88. e146869 GAP: Remove device info from storage on Pairing Cancel by Hemant Gupta · 11 years ago
  89. b480144 GAP:Add authentication failed error code in auth_compl_evt. by Hemant Gupta · 11 years ago
  90. aef7a67 [2/2] Bluetooth: Security: Handle authentication rejected error status by Hemant Gupta · 11 years ago
  91. 59a88ec Bluetooth: Handle missing key event by Hemant Gupta · 11 years ago
  92. 831423e Bluetooth: Fix to avoid NULL pointer dereferences by Hemant Gupta · 11 years ago
  93. c8fe292 GAP: Retain the old COD if already present by Hemant Gupta · 11 years ago
  94. 79f454d L2CAP: Send HCI connect with all packet types supported by Hemant Gupta · 11 years ago
  95. e8b675f am 96cdc153: Merge "GAP: Handle invalid SDP service search request" into klp-wireless-dev by Matthew Xie · 10 years ago
  96. 38af9ee am 08b1c8d9: Merge "GAP: Handled collision scenerio with headset" into klp-wireless-dev by Matthew Xie · 10 years ago
  97. f6504cd am f844e6ea: Fix build: remove bte_version.c from makefile since it\'s not in the tree. by Sharvil Nanavati · 10 years ago
  98. f844e6e Fix build: remove bte_version.c from makefile since it's not in the tree. by Sharvil Nanavati · 10 years ago
  99. d0a2037 am f0952b52: Add a flexible array to the end of BT_HDR to avoid pointer arithmetic. by Sharvil Nanavati · 10 years ago
  100. ed5e2f5 am 5055c9d0: Eliminate HCI flow control. It is not used anywhere in the codebase. by Sharvil Nanavati · 10 years ago