1. cfc70f1 merge in m-wireless-internal-release history after reset to f5d67e1edbff313d90f4ec471bc8a04581da1a37 by The Android Automerger · 10 years ago
  2. 8df98f4 merge in m-wireless-internal-release history after reset to f5d67e1edbff313d90f4ec471bc8a04581da1a37 by The Android Automerger · 10 years ago
  3. 820d6b8 merge in m-wireless-internal-release history after reset to f5d67e1edbff313d90f4ec471bc8a04581da1a37 by The Android Automerger · 10 years ago
  4. f5d67e1 Merge "Fix missing includes under glibc on new code." into m-wireless-dev by Ian Coolidge · 10 years ago
  5. f8748f0 Merge "Make unused tagging consistent, using the portable macro." into m-wireless-dev by Ian Coolidge · 10 years ago
  6. 330431e Merge "Make inline functions static also." into m-wireless-dev by Ian Coolidge · 10 years ago
  7. a080045 Fix missing includes under glibc on new code. by Ian Coolidge · 10 years ago
  8. d5dedc7 Make unused tagging consistent, using the portable macro. by Ian Coolidge · 10 years ago
  9. fc5055a Make inline functions static also. by Ian Coolidge · 10 years ago
  10. 71badcb Fix compilation when BLE_PRIVACY_SPT is false. by Ian Coolidge · 10 years ago
  11. 33e17ee merge in m-wireless-internal-release history after reset to eaca4ef510fcd4307aec42ef8d42494658bb8899 by The Android Automerger · 10 years ago
  12. eaca4ef Fix LE pairing by Andre Eisenbach · 10 years ago
  13. c71350e LE Data Packet Extension support by Priti Aghera · 11 years ago
  14. ba1730a Add support for Bluetooth Sim Access Profile (1/4) by Casper Bonde · 10 years ago
  15. dc13866 merge in m-wireless-internal-release history after reset to eee24f102fdd7752a67dc4e6162efcadb653884a by The Android Automerger · 10 years ago
  16. eee24f1 Add a section in style guide: __func__ should be used over __FUNCTION__. by Sharvil Nanavati · 10 years ago
  17. 7d78d60 merge in m-wireless-internal-release history after reset to 2970c5d0ad0cc662a9b0b4ba8bb468ab900c3f3d by The Android Automerger · 10 years ago
  18. 2970c5d L2CAP socket - fix merge errors by Casper Bonde · 10 years ago
  19. 5d47894 BR/EDR secure connections support by Mudumba Ananth · 11 years ago
  20. 1dcceda Support numeric comparison in SMP by Satya Calloji · 11 years ago
  21. 922d687 merge in m-wireless-internal-release history after reset to a80059956488d87e4acb8ab280cc6acdfebf1360 by The Android Automerger · 10 years ago
  22. a800599 Fix for AVRCP CTRL stops sending pass through command by Anubhav Gupta · 11 years ago
  23. f6dda72 Free Avrcp Controller callbacks on Cleanup by Anubhav Gupta · 11 years ago
  24. 4c84596 Protect reset of out stream with mutex by Nitin Srivastava · 11 years ago
  25. 29c725d LE Privacy 1.2 and LE secure connections by Satya Calloji · 10 years ago
  26. b2337fe L2CAP and SDP Search API for BT profiles (2/2) by Kim Schulz · 10 years ago
  27. 3bf2745 Update Service Availability. by Mallikarjuna GB · 11 years ago
  28. 680d954 merge in m-wireless-internal-release history after reset to 664d6dab4a8459c542839960defa91ab7f0bed49 by The Android Automerger · 10 years ago
  29. de3138b merge in m-wireless-internal-release history after reset to m-wireless-internal-dev by The Android Automerger · 10 years ago
  30. 664d6da Avoid duplicate disconnection callbacks for fixed channel connections by Satya Calloji · 10 years ago
  31. 45e8c0a Add a section on assertions to the style guide. by Sharvil Nanavati · 10 years ago
  32. 774d5fe Merge "Avoid null-pointer dereference in l2c_release_lcb()" into m-wireless-dev by Andre Eisenbach · 10 years ago
  33. da2a023 Avoid null-pointer dereference in l2c_release_lcb() by Andre Eisenbach · 10 years ago
  34. e817eb7 merge in m-wireless-internal-release history after reset to 9d2913a6c20b9fd0c83fe8fc8bff4cd11a7f5881 by The Android Automerger · 10 years ago
  35. eefd19c Add a 'Bluedroid conventions' section to the style guide. by Sharvil Nanavati · 10 years ago
  36. add0b2b Add a section to the style guide on variable declarations. by Sharvil Nanavati · 10 years ago
  37. 01964a1 Minor cleanup of formatting in style guide. by Sharvil Nanavati · 10 years ago
  38. 9d2913a OnFound/OnLost feature changes based on Google spec v0.90 by Satya Calloji · 10 years ago
  39. 179ce3f merge in m-wireless-internal-release history after reset to fd6d05a318156bcb76a76986ac20640a733f611a by The Android Automerger · 10 years ago
  40. fd6d05a Static code analysis cleanups and minor bug fixes by VenkatRaghavan VijayaRaghavan · 10 years ago
  41. 6db0ee3 Set dual-mode bits correctly in multi-adv instance flags by Satya Calloji · 10 years ago
  42. 29cf790 merge in m-wireless-internal-release history after reset to b4f404bfbce2e17f1a8743568f947cd3825c8df0 by The Android Automerger · 10 years ago
  43. b4f404b Merge "Fix pthread_t confusion." into m-wireless-dev by Ian Coolidge · 10 years ago
  44. 56b8988 Don't truncate the top 16 bits of the LE advertisement data mask. by Ian Coolidge · 10 years ago
  45. ab94b23 Fix pthread_t confusion. by Ian Coolidge · 11 years ago
  46. 84edb62 Prevent slave link block removal at cancel connect by Nitin Arora · 11 years ago
  47. a50c966 osi: add compat code for glibc by Scott James Remnant · 10 years ago
  48. 25d634e fixed missing {} around if scope by Kim Schulz · 12 years ago
  49. 3680413 Add missing header for APPL_TRACE_EVENT by Scott James Remnant · 10 years ago
  50. 27c59b5 Use int64_t instead of non-standard __int64 by Scott James Remnant · 10 years ago
  51. c9275ee Make atomic functions static, as well as inline by Scott James Remnant · 10 years ago
  52. c228c9a Fix non-standard pthread mutex interactions. by Scott James Remnant · 10 years ago
  53. 9e04b8f btif_pan: Grab interface declarations from net/if.h only. by Scott James Remnant · 10 years ago
  54. 34121f5 Fix missing #includes needed for glibc by Scott James Remnant · 10 years ago
  55. 1254dba merge in m-wireless-internal-release history after reset to 9982d014d6b20eb48cbdcceebc7d8d8224b35da1 by The Android Automerger · 10 years ago
  56. 3f39402 merge in m-wireless-internal-release history after reset to 9982d014d6b20eb48cbdcceebc7d8d8224b35da1 by The Android Automerger · 10 years ago
  57. 9982d01 Merge "Simultanious LE Central/Peripheral operation not possible" into m-wireless-dev by Andre Eisenbach · 10 years ago
  58. 5a20c99 BT: fix possible out of bounds read by kschulz · 10 years ago
  59. f66211f SDP parameter checks too loose by Kim Schulz · 12 years ago
  60. fcd701c merge in m-wireless-internal-release history after reset to 8ff92827e74e48646db23960d9abde80aa79b389 by The Android Automerger · 10 years ago
  61. 8ff9282 Include log library to make bdtool by Nitin Arora · 10 years ago
  62. 8f2afec Using generic format specifier for logging pointers by Nitin Arora · 10 years ago
  63. 1880eb6 Remove BLE_PERIPHERAL_ADV_NAME flag. by Wei Wang · 10 years ago
  64. f30a559 merge in m-wireless-internal-release history after reset to f7017500faa2f3a7fbb713c04ac9b70c294974b2 by The Android Automerger · 10 years ago
  65. 3ea1b49 Make A2DP audio HAL a shared library again by Andre Eisenbach · 10 years ago
  66. f701750 Make A2DP audio HAL a shared library again by Andre Eisenbach · 10 years ago
  67. 76e882e Move unused include file out of hci_audio.h by Andre Eisenbach · 10 years ago
  68. 04c2255 Add option for schedule_next_instance to force rescheduling by Zach Johnson · 10 years ago
  69. d22fcd7 Ensure alarms are called back when they expire in the past by Zach Johnson · 10 years ago
  70. 7e1a4e4 Rewrite alarms to use a single posix timer instance by Zach Johnson · 10 years ago
  71. 52596d8 Resolved hardware error observed during SCO Connection setup by Mudumba Ananth · 10 years ago
  72. 9a238e4 Merge "Fix macro for maximum allowed HOGP devices" into m-wireless-dev by Andre Eisenbach · 10 years ago
  73. 7076c4f Fix macro for maximum allowed HOGP devices by Nitin Arora · 11 years ago
  74. 96dec41 Add option for schedule_next_instance to force rescheduling by Zach Johnson · 10 years ago
  75. 463aa4b Demote bta_av_link_role_ok error level to info by Chris Manton · 10 years ago
  76. 5c92c90 Remove unused file hci/include/bt_hci_lib.h by Chris Manton · 10 years ago
  77. 564be58 Ensure alarms are called back when they expire in the past by Zach Johnson · 10 years ago
  78. 9a3f009 Rewrite alarms to use a single posix timer instance by Zach Johnson · 10 years ago
  79. 957867b Change logtag to conform to rest of module by Chris Manton · 10 years ago
  80. 80a24f0 Move unused include file out of hci_audio.h by Andre Eisenbach · 10 years ago
  81. 80c1d1a Resolved hardware error observed during SCO Connection setup by Mudumba Ananth · 10 years ago
  82. 1b24cb0 Random address does not get written properly by Satya Calloji · 11 years ago
  83. 693a3cd Builds server with service, characteristic, and descriptor UUIDs. Then starts and stops the server. by Steve Gu · 11 years ago
  84. 99fa292 Adds tests for BLE advertising and BLE server register. Also fixes random seed. by Steve Gu · 11 years ago
  85. d3132bc Adds BLE tests to bdtest. by Steve Gu · 11 years ago
  86. 364c1eb Merge "Add section on booleans and bitfields to the style guide" into m-wireless-dev by Andre Eisenbach · 10 years ago
  87. f572db1 Add section on booleans and bitfields to the style guide by Zach Johnson · 10 years ago
  88. 63bae08 Rectify allocation of GATT control block by Nitin Arora · 10 years ago
  89. 31446d1 Revert "Resolved hardware error observed during SCO Connection setup" by Chris Manton · 10 years ago
  90. 04bdae3 Resolved hardware error observed during SCO Connection setup by Mudumba Ananth · 10 years ago
  91. 2dcedf7 Simultanious LE Central/Peripheral operation not possible by Kim Schulz · 10 years ago
  92. c3924e1 Allow dual-mode devices to be processed by BR/EDR scan by Nitin Arora · 12 years ago
  93. 7ea7097 Rewrite alarm to avoid drift in the periodic version by Zach Johnson · 10 years ago
  94. 378235a Merge "Remove unused remote_name_* variables" into m-wireless-dev by Andre Eisenbach · 10 years ago
  95. adb7e6a Remove unused remote_name_* variables by Andre Eisenbach · 10 years ago
  96. 9ac501a Merge "Style guide: Use C99 style flexible arrays" into m-wireless-dev by Andre Eisenbach · 10 years ago
  97. 66e801f Style guide: Use C99 style flexible arrays by Andre Eisenbach · 10 years ago
  98. 8042b61 Delete 0 index LE scan filter at inquiry cancel by Nitin Arora · 11 years ago
  99. 74925d7 Ignore LE security request if BR/EDR pairing is ongoing by Nitin Arora · 11 years ago
  100. 53ae0e0 Merge "Extend Bluetooth startup timeout from 3s to 8s" into m-wireless-dev by Andre Eisenbach · 10 years ago