1. 29e7944 Add additional VW car kits to absolute volume blacklist by Andre Eisenbach · 8 years ago master test
  2. 0403dcd Fix double mutex unlock and if() condition by Andre Eisenbach · 8 years ago
  3. 3d6accf Move extern "C" to top of headers and remove tBTA_HF_CLIENT_HDR. by Bryce Lee · 8 years ago
  4. 9376f77 Change initial order of commands after establishing an LE connection by Jakub Pawlowski · 8 years ago
  5. 272c971 Change initial order of commands after establishing an LE connection by Jakub Pawlowski · 8 years ago
  6. 71461b9 A2DP_SINK: create avrcp connection only if a2dp is successful by AnubhavGupta · 8 years ago
  7. 2aa2b80 PTS: Read SMP pairing options from bt_stack.conf by Nitin Arora · 8 years ago
  8. 4cdb0e5 PTS: Avoid BR SDP after LE pairing by Nitin Arora · 8 years ago
  9. 36ad41b PTS: Allow disabling connection updates by Nitin Arora · 9 years ago
  10. a0ee0f8 PTS: Add a Secure Only mode. by Nitin Arora · 8 years ago
  11. 6ea4d23 Changes to allow LE key upgrade by Nitin Arora · 9 years ago
  12. def4219 Fix undefined usage of snprintf by Ajay Panicker · 8 years ago
  13. 778d57b Remove redefine of ARRAY_SIZE by Ajay Panicker · 8 years ago
  14. 871e9ba Update l2c_fcr_clone_buf() to allocate large enough buffer by Pavlin Radoslavov · 8 years ago
  15. 292a62d Lower unnecesary high log level by Jakub Pawlowski · 8 years ago
  16. 58318f4 Call BTA_VendorCleanup() during actual cleanup of the stack by Pavlin Radoslavov · 8 years ago
  17. 6787eb8 Merge "Return handle if an RFCOMM port is already open" by Treehugger Robot · 8 years ago
  18. f7432dc Merge "Fix size of SDP black list array" by Treehugger Robot · 8 years ago
  19. e3bdbb2 Return handle if an RFCOMM port is already open by Andre Eisenbach · 8 years ago
  20. d62d678 Fix size of SDP black list array by Ajay Panicker · 8 years ago
  21. e8a76f5 Allow C++ code to check bt_stack_config options by Myles Watson · 8 years ago
  22. f5d575c Fixed test_periodic_unregister_processing_queue unit test by Pavlin Radoslavov · 8 years ago
  23. 3d1aa9d Avoid NULL pointer usage of startup_future in case of HCI startup timeout by Pavlin Radoslavov · 8 years ago
  24. 757b1b4 Merge "Update alarm_unregister_processing_queue() to cancel scheduled alarms" by Treehugger Robot · 8 years ago
  25. 9365916 Update alarm_unregister_processing_queue() to cancel scheduled alarms by Pavlin Radoslavov · 8 years ago
  26. 1668d20 Simplify btif multi adv data handling by Jakub Pawlowski · 8 years ago
  27. 0194aff Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  28. f9a8352 Build fix by Jakub Pawlowski · 8 years ago
  29. 9fc0874 Add read/write timeout to the audio sockets by Pavlin Radoslavov · 8 years ago
  30. b290604 Fix test_set_zero_periodic unit test failure by Pavlin Radoslavov · 8 years ago
  31. 713993d Convert BTIF code from C to C++ by Jakub Pawlowski · 8 years ago
  32. 1bd691c Fix issues during cleanup stage of the Bluetooth stack by Pavlin Radoslavov · 8 years ago
  33. 6bf5069 HID: Fix compilation error when HID_HOST_REPAGE_WIN is set to 0 by Hemant Gupta · 8 years ago
  34. 2641ef4 Do not log unsolicited NOOP command complete events by Andre Eisenbach · 8 years ago
  35. 9334247 Fix a race condition during alarm_cleanup() by Pavlin Radoslavov · 8 years ago
  36. f1c12e5 Use audio_session_t consistently by Glenn Kasten · 8 years ago
  37. 063ca02 Add const guarantees by Jakub Pawlowski · 8 years ago
  38. 399f217 Fix a Floating point exception for periodic timers by Pavlin Radoslavov · 8 years ago
  39. 8e77215 Improve debug-ability of the stack manager by Pavlin Radoslavov · 8 years ago
  40. 06d3f47 Add missing mutex lock/unlock inside alarm_cleanup() by Pavlin Radoslavov · 8 years ago
  41. a6f0395 Fix FD leak caused by module wrapper thread by Manu Viswanadhan · 8 years ago
  42. c376302 Fix 64-bit build break. by Dan Albert · 8 years ago
  43. 646134e Protect config module init and add date to config file by Ajay Panicker · 8 years ago
  44. 1423f8c Merge "Fix assertion failure in btif_sock_rfc" by Sharvil Nanavati · 8 years ago
  45. 4aa6d30 Add missing init/destroy of state_lock mutex by Pavlin Radoslavov · 8 years ago
  46. bda9497 Fix assertion failure in btif_sock_rfc by Sharvil Nanavati · 8 years ago
  47. 46b8d12 Fix sluggish HID devices by Bluetooth Build Test · 8 years ago
  48. aabb300 Enable test_vendor_lib compilation on Linux by Bluetooth Build Test · 8 years ago
  49. 6f2ae30 vendor_libs: create Android.mk by Cristian Iorga · 8 years ago
  50. 67a29d6 Merge "vendor_libs: test_vendor_lib: fix build" by Jakub Pawlowski · 8 years ago
  51. 1c64d03 vendor_libs: test_vendor_lib: fix build by Cristian Iorga · 8 years ago
  52. 7b266be Add guest mode functionality (2/4) by Ajay Panicker · 8 years ago
  53. 9f19410 Use base from libchrome by Jakub Pawlowski · 8 years ago
  54. 8d79346 Fix Linux libbt-vendor build by Cristian Iorga · 8 years ago
  55. 501d671 Allow A2DP SNK audio track focus gain interface. by Sanket Agarwal · 8 years ago
  56. 6f74d76 Fix LE central device not being able to disconnect by Jakub Pawlowski · 8 years ago
  57. a58d7fe AVRCP: Update sdp record correctly for CT or TG. by AnubhavGupta · 8 years ago
  58. 2c3ce4a vendor_libs: linux: Fix build by Cristian Iorga · 8 years ago
  59. 153d3e4 Merge "HID: Fix regression caused by commit "3a2c2d61"" by Treehugger Robot · 8 years ago
  60. bac99a1 Allow unused private field by Christopher Wiley · 8 years ago
  61. f8e3baa Ensure PIN code dialog is shown after remote name request by Andre Eisenbach · 8 years ago
  62. 7ee02bd Move autopair blacklist to interop database by Andre Eisenbach · 8 years ago
  63. bcfdd0a btif: add count of devices loaded on startup by Marie Janssen · 8 years ago
  64. 50e7a19 Merge "Fix use of uninitialized value in btm_acl_update_busy_level" by Sharvil Nanavati · 8 years ago
  65. 98178e4 Merge "Fix use of uninitialized value in BTA_PanSetRole" by Sharvil Nanavati · 8 years ago
  66. 73e73fa Fix use of uninitialized value in btm_acl_update_busy_level by Sharvil Nanavati · 8 years ago
  67. 052679c HID: Fix regression caused by commit "3a2c2d61" by Hemant Gupta · 8 years ago
  68. cac1eef Merge "Pull in libmedia's exported headers in libbtif" by Treehugger Robot · 8 years ago
  69. 17a8221 Fix use of uninitialized value in BTA_PanSetRole by Sharvil Nanavati · 8 years ago
  70. 8e7323e Removed unused functions by Pavlin Radoslavov · 8 years ago
  71. b46b577 Pull in libmedia's exported headers in libbtif by Christopher Wiley · 8 years ago
  72. 33bd1b4 Fix ambiguous base::TimeDelta reference by Christopher Wiley · 8 years ago
  73. 92f0ed3 Trigger a compilation error when LOG_TAG is not provided by Jakub Pawlowski · 8 years ago
  74. b4a42e7 Linux build fix by Bluetooth Build Test · 8 years ago
  75. 431885e Fix valgrind error by Jakub Pawlowski · 8 years ago
  76. 4529f1b Cleanup unnecessary logs by Jakub Pawlowski · 8 years ago
  77. 2dfcbda Do not update sco_state when no matching peer_addr is found by Lianchao Song · 8 years ago
  78. 8b92a6d Disable the Java subsystem when RFCOMM sockets are cleaned up by Sharvil Nanavati · 8 years ago upstream/android-n-preview-2
  79. 547a297 Delete unused JV code by Sharvil Nanavati · 8 years ago
  80. 5e8a3d7 Fix for issue introduced due to rebase of LE L2CAP COC by Navin Kochar · 8 years ago
  81. 94b6e5f Updated the A2DP statistics by Pavlin Radoslavov · 8 years ago
  82. 4cef24d Fix memory leak when saving paired devices by Marie Janssen · 8 years ago
  83. d9ebc23 btif: Don't persist remote devices to the config by Marie Janssen · 8 years ago
  84. 9a58e68 Bring back support for legacy bt_config.xml by Alain Vongsouvanh · 8 years ago
  85. a9d2a6b A2DP_SINK: initialize track handle to null by Sanket Agarwal · 8 years ago
  86. 1f4a839 Fix line wrapping for btsnooz by Ajay Panicker · 8 years ago
  87. 2b70aa4 Fix btsnooz.py multi-line base64 decoding by Andre Eisenbach · 8 years ago
  88. de5fdee Merge "Allow factory reset when bluetooth is off (2/2)" by Ajay Panicker · 8 years ago
  89. c4de4cb Add a log message to capture empty queue in l2c_enqueue_peer_data() by Pavlin Radoslavov · 8 years ago
  90. bf5c3cb Allow factory reset when bluetooth is off (2/2) by Ajay Panicker · 8 years ago
  91. 26df1e0 BUILD FIX: BTIF_MEDIA_FOCUS_NOT_GRANTED should be complied only for SINK by Sanket Agarwal · 8 years ago
  92. 37ee8f8 Move focus handling entirely to component calling fluoride. by Sanket Agarwal · 8 years ago
  93. 45d296c Remove %s from Log message. by Sanket Agarwal · 8 years ago
  94. 12751e1 Avoid using alarm APIs for LPM when Idle timeout is zero by Jaganath Kanakkassery · 8 years ago
  95. 895c094 Remove unused p_db for A2DP service discovery by Andre Eisenbach · 8 years ago
  96. fb5a382 Don't destroy BTIF Device Management state during shutdown by Pavlin Radoslavov · 8 years ago
  97. 815a8d4 linux build fix by Jakub Pawlowski · 8 years ago
  98. 5bd9ffb Bluetooth: Fix the issue that peer A2DP SNK device can not auto-reconnect. by Zhao Xuewen · 9 years ago
  99. d22226b Stop turning on SCO audio automatically during call by Hall Liu · 8 years ago
  100. a4bd0d2 service: use AIDL by Jakub Pawlowski · 8 years ago