1. eee24f1 Add a section in style guide: __func__ should be used over __FUNCTION__. by Sharvil Nanavati · 10 years ago
  2. 2970c5d L2CAP socket - fix merge errors by Casper Bonde · 10 years ago
  3. 5d47894 BR/EDR secure connections support by Mudumba Ananth · 11 years ago
  4. 1dcceda Support numeric comparison in SMP by Satya Calloji · 11 years ago
  5. a800599 Fix for AVRCP CTRL stops sending pass through command by Anubhav Gupta · 11 years ago
  6. f6dda72 Free Avrcp Controller callbacks on Cleanup by Anubhav Gupta · 11 years ago
  7. 4c84596 Protect reset of out stream with mutex by Nitin Srivastava · 11 years ago
  8. 29c725d LE Privacy 1.2 and LE secure connections by Satya Calloji · 10 years ago
  9. b2337fe L2CAP and SDP Search API for BT profiles (2/2) by Kim Schulz · 10 years ago
  10. 3bf2745 Update Service Availability. by Mallikarjuna GB · 11 years ago
  11. 664d6da Avoid duplicate disconnection callbacks for fixed channel connections by Satya Calloji · 10 years ago
  12. 45e8c0a Add a section on assertions to the style guide. by Sharvil Nanavati · 10 years ago
  13. 774d5fe Merge "Avoid null-pointer dereference in l2c_release_lcb()" into m-wireless-dev by Andre Eisenbach · 10 years ago
  14. da2a023 Avoid null-pointer dereference in l2c_release_lcb() by Andre Eisenbach · 10 years ago
  15. eefd19c Add a 'Bluedroid conventions' section to the style guide. by Sharvil Nanavati · 10 years ago
  16. add0b2b Add a section to the style guide on variable declarations. by Sharvil Nanavati · 10 years ago
  17. 01964a1 Minor cleanup of formatting in style guide. by Sharvil Nanavati · 10 years ago
  18. 9d2913a OnFound/OnLost feature changes based on Google spec v0.90 by Satya Calloji · 10 years ago
  19. fd6d05a Static code analysis cleanups and minor bug fixes by VenkatRaghavan VijayaRaghavan · 10 years ago
  20. 6db0ee3 Set dual-mode bits correctly in multi-adv instance flags by Satya Calloji · 10 years ago
  21. b4f404b Merge "Fix pthread_t confusion." into m-wireless-dev by Ian Coolidge · 10 years ago
  22. 56b8988 Don't truncate the top 16 bits of the LE advertisement data mask. by Ian Coolidge · 10 years ago
  23. ab94b23 Fix pthread_t confusion. by Ian Coolidge · 11 years ago
  24. 84edb62 Prevent slave link block removal at cancel connect by Nitin Arora · 11 years ago
  25. a50c966 osi: add compat code for glibc by Scott James Remnant · 10 years ago
  26. 25d634e fixed missing {} around if scope by Kim Schulz · 12 years ago
  27. 3680413 Add missing header for APPL_TRACE_EVENT by Scott James Remnant · 10 years ago
  28. 27c59b5 Use int64_t instead of non-standard __int64 by Scott James Remnant · 10 years ago
  29. c9275ee Make atomic functions static, as well as inline by Scott James Remnant · 10 years ago
  30. c228c9a Fix non-standard pthread mutex interactions. by Scott James Remnant · 10 years ago
  31. 9e04b8f btif_pan: Grab interface declarations from net/if.h only. by Scott James Remnant · 10 years ago
  32. 34121f5 Fix missing #includes needed for glibc by Scott James Remnant · 10 years ago
  33. 9982d01 Merge "Simultanious LE Central/Peripheral operation not possible" into m-wireless-dev by Andre Eisenbach · 10 years ago
  34. 5a20c99 BT: fix possible out of bounds read by kschulz · 10 years ago
  35. f66211f SDP parameter checks too loose by Kim Schulz · 12 years ago
  36. 8ff9282 Include log library to make bdtool by Nitin Arora · 10 years ago
  37. 8f2afec Using generic format specifier for logging pointers by Nitin Arora · 10 years ago
  38. 1880eb6 Remove BLE_PERIPHERAL_ADV_NAME flag. by Wei Wang · 10 years ago
  39. f701750 Make A2DP audio HAL a shared library again by Andre Eisenbach · 10 years ago
  40. 9a238e4 Merge "Fix macro for maximum allowed HOGP devices" into m-wireless-dev by Andre Eisenbach · 10 years ago
  41. 7076c4f Fix macro for maximum allowed HOGP devices by Nitin Arora · 11 years ago
  42. 96dec41 Add option for schedule_next_instance to force rescheduling by Zach Johnson · 10 years ago
  43. 463aa4b Demote bta_av_link_role_ok error level to info by Chris Manton · 10 years ago
  44. 5c92c90 Remove unused file hci/include/bt_hci_lib.h by Chris Manton · 10 years ago
  45. 564be58 Ensure alarms are called back when they expire in the past by Zach Johnson · 10 years ago
  46. 9a3f009 Rewrite alarms to use a single posix timer instance by Zach Johnson · 10 years ago
  47. 957867b Change logtag to conform to rest of module by Chris Manton · 10 years ago
  48. 80a24f0 Move unused include file out of hci_audio.h by Andre Eisenbach · 10 years ago
  49. 80c1d1a Resolved hardware error observed during SCO Connection setup by Mudumba Ananth · 10 years ago
  50. 1b24cb0 Random address does not get written properly by Satya Calloji · 11 years ago
  51. 693a3cd Builds server with service, characteristic, and descriptor UUIDs. Then starts and stops the server. by Steve Gu · 11 years ago
  52. 99fa292 Adds tests for BLE advertising and BLE server register. Also fixes random seed. by Steve Gu · 11 years ago
  53. d3132bc Adds BLE tests to bdtest. by Steve Gu · 11 years ago
  54. 364c1eb Merge "Add section on booleans and bitfields to the style guide" into m-wireless-dev by Andre Eisenbach · 10 years ago
  55. f572db1 Add section on booleans and bitfields to the style guide by Zach Johnson · 10 years ago
  56. 63bae08 Rectify allocation of GATT control block by Nitin Arora · 10 years ago
  57. 31446d1 Revert "Resolved hardware error observed during SCO Connection setup" by Chris Manton · 10 years ago
  58. 04bdae3 Resolved hardware error observed during SCO Connection setup by Mudumba Ananth · 10 years ago
  59. 2dcedf7 Simultanious LE Central/Peripheral operation not possible by Kim Schulz · 10 years ago
  60. c3924e1 Allow dual-mode devices to be processed by BR/EDR scan by Nitin Arora · 12 years ago
  61. 7ea7097 Rewrite alarm to avoid drift in the periodic version by Zach Johnson · 10 years ago
  62. 378235a Merge "Remove unused remote_name_* variables" into m-wireless-dev by Andre Eisenbach · 10 years ago
  63. adb7e6a Remove unused remote_name_* variables by Andre Eisenbach · 10 years ago
  64. 9ac501a Merge "Style guide: Use C99 style flexible arrays" into m-wireless-dev by Andre Eisenbach · 10 years ago
  65. 66e801f Style guide: Use C99 style flexible arrays by Andre Eisenbach · 10 years ago
  66. 8042b61 Delete 0 index LE scan filter at inquiry cancel by Nitin Arora · 11 years ago
  67. 74925d7 Ignore LE security request if BR/EDR pairing is ongoing by Nitin Arora · 11 years ago
  68. 53ae0e0 Merge "Extend Bluetooth startup timeout from 3s to 8s" into m-wireless-dev by Andre Eisenbach · 10 years ago
  69. 9f8f477 Merge "Reset LE connecting flag on disconnect only if BDA matches" into m-wireless-dev by Andre Eisenbach · 10 years ago
  70. 5f02c63 Merge "Remove ACL connection reference counting" into m-wireless-dev by Andre Eisenbach · 10 years ago
  71. 161e3ec Reset LE connecting flag on disconnect only if BDA matches by Nitin Arora · 11 years ago
  72. 546bd39 Send GATT discovery complete only if discovery is active by Nitin Arora · 11 years ago
  73. f402246 Extend Bluetooth startup timeout from 3s to 8s by Andre Eisenbach · 10 years ago
  74. 1b19892 Remove ACL connection reference counting by Andre Eisenbach · 10 years ago
  75. 71c6f7e Demote, cleanup and extend observed logging by Chris Manton · 10 years ago
  76. 6124381 Code formatting and language feature additions to the style guide. by Sharvil Nanavati · 10 years ago
  77. 8efa754 Use fully qualified path for btcore includes. by Sharvil Nanavati · 10 years ago
  78. a08df69 Use fully qualified path for OSI includes. by Sharvil Nanavati · 10 years ago
  79. 637af31 Start putting together a style guide for bluedroid. by Sharvil Nanavati · 10 years ago
  80. 7ac3eff Atomically update config files. by Sharvil Nanavati · 10 years ago
  81. e0a3e23 Add ability to set periodic alarms by Zach Johnson · 10 years ago
  82. afa8eac Allocate a2d list properly by Chris Manton · 10 years ago
  83. cd563c0 Remove dead code checks for BLE support by Zach Johnson · 10 years ago
  84. 808dec1 Rejig hci upwards dispatch by Zach Johnson · 10 years ago
  85. c03eec0 Reinstate btsnoop last log saving by Zach Johnson · 10 years ago
  86. 23a4cc9 Prevent Memory overbound and initialize variables by VenkatRaghavan VijayaRaghavan · 10 years ago
  87. f8a41c3 Resolved trace level issue for AVDTP by VenkatRaghavan VijayaRaghavan · 10 years ago
  88. 8f84761 Move list function comments to the header file by Zach Johnson · 10 years ago
  89. f2bc7b6 Move hashmap function comments to the header file by Zach Johnson · 10 years ago
  90. 7d67743 Remove more GKI code. by Sharvil Nanavati · 11 years ago
  91. b9a6f3e Remove dependency on GKI tasks from BTIF media task. by Sharvil Nanavati · 10 years ago
  92. bfdaf36 Don't call GKI_send_event on BTU task since it's not a GKI task anymore. by Sharvil Nanavati · 10 years ago
  93. acaf6fd Remove GKI timers by Sharvil Nanavati · 10 years ago
  94. 9078d0a Adding some documentation for the power management flow. by June R. Tate-Gans · 11 years ago
  95. 76ce410 Add sniff changed log statement on the mode changed event by Zach Johnson · 11 years ago
  96. bfba2bf Collapse BNEP #defines that don't need to be configurable. by Sharvil Nanavati · 11 years ago
  97. 6af6ff7 Add a new l2cap_client class. by Sharvil Nanavati · 11 years ago
  98. 2377309 Add connection-specific function L2CA_SetConnectionCallbacks. by Sharvil Nanavati · 11 years ago
  99. a449173 property api unification, naming and testing by Chris Manton · 11 years ago
  100. 54cc1ba Add a reference counted buffer implementation. by Sharvil Nanavati · 11 years ago