1. d752229 Add support for Multi-A2DP state machines per device by Pavlin Radoslavov · 7 years ago
  2. 7a3819f BTE: Allocate LogMsg buffer on the stack by Gurpreet Ghai · 7 years ago
  3. 95f6f1b Log BT Trace levels per profile by Eagle Kang · 8 years ago
  4. 2fd870e G.722 Codec for Hearing Aid by Jakub Pawlowski · 7 years ago
  5. 56c48f0 Removed unused or unnecessary defines by Pavlin Radoslavov · 7 years ago
  6. 4aecb89 Add libbluetooth-for-tests static library by Pavlin Radoslavov · 7 years ago
  7. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  8. 121882e Linux: bluetooth.default.so -> libbluetooth.so by Jakub Pawlowski · 7 years ago
  9. e56fabc hw/bluetooth.default.so -> libbluetooth.so (1/2) by Jakub Pawlowski · 7 years ago
  10. f2f207a Move Bluetooth headers to system/bt (1/3) by Jakub Pawlowski · 7 years ago
  11. c451068 Linux build fix by Jakub Pawlowski · 7 years ago
  12. ecace46 Move include->internal_include (1/2) by Jakub Pawlowski · 7 years ago
  13. f3fb316 persistent configuration refactor by Jakub Pawlowski · 7 years ago
  14. 484d8e4 Change DI record default company ID to Google by Andre Eisenbach · 7 years ago
  15. 6ea3e14 Fix linking error during stack startup by Jakub Pawlowski · 7 years ago
  16. cf8cc24 Remove static library from required modules list by Colin Cross · 7 years ago
  17. d8be0e5 Get rid of GATT_TRACE_* logs in favour of base/logging.h by Jakub Pawlowski · 7 years ago
  18. 0f3d3fe Get rid of GAP_TRACE_* logs by Jakub Pawlowski · 7 years ago
  19. 5dd1e2d Remove logspam when initializing logging for Bluetooth by Ajay Panicker · 7 years ago
  20. 2b7e905 Swap BTA and HCI queues with message loops by Ajay Panicker · 8 years ago
  21. 99c3422 Limit btsnoop file size (5/8) by Ajay Panicker · 8 years ago
  22. 18b3527 Remove libbt-vendor from system/bt/main/Android.bp by Myles Watson · 8 years ago
  23. 304ceeb Create unit test framework for audio_a2dp_hw by Pavlin Radoslavov · 8 years ago
  24. e4f2b61 Add missing dependency on the Sony LDAC ABR library libldacBT_abr.so by Pavlin Radoslavov · 8 years ago
  25. 5d700dd main: Update error handling by Myles Watson · 8 years ago
  26. d56ef46 Remove LPM code from the stack by Myles Watson · 8 years ago
  27. 796523d Initial HIDL conversion by Andre Eisenbach · 8 years ago
  28. d5f4960 Integration of the AAC codec for A2DP source by Pavlin Radoslavov · 8 years ago
  29. e2eeff4 Convert build system to soong using Android.bp by Jack He · 8 years ago
  30. d556b75 Integrated A2DP LDAC support with the LDAC encoder library by Pavlin Radoslavov · 8 years ago
  31. 4302060 Remove redundant dependency on libpower by Jack He · 8 years ago
  32. 5ce0116 Add a mechanism for configuring the A2DP Source codecs by Pavlin Radoslavov · 8 years ago
  33. 8843cc8 HIDD: Add support for HID Device Role by Hemant Gupta · 11 years ago
  34. f2af1c4 Replace assert with CHECK from base/logging.h by Jack He · 8 years ago
  35. ad1e23d Remove extern "C" from header files by Jack He · 8 years ago
  36. b7cfd05 Remove double includes by Myles Watson · 8 years ago
  37. 344ca41 Merge "Use shared lib of libtinyxml2 instead of static one." by Jaekyun Seok · 8 years ago
  38. 911d1ae Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  39. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  40. 9cdac97 Use shared lib of libtinyxml2 instead of static one. by Jaekyun Seok · 8 years ago
  41. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  42. 2e8e9f4 Remove SMP_INCLUDED define by Myles Watson · 8 years ago
  43. 84baa7f Remove BLE_INCLUDED define by Myles Watson · 8 years ago
  44. bc40fb1 Use libaudioclient instead of libmedia by Marco Nelissen · 8 years ago
  45. 2d97ffe Convert one remaining use of full protobuf runtime by Colin Cross · 8 years ago
  46. 029a43b Various small fixes for Linux build by Jakub Pawlowski · 8 years ago
  47. 5baa875 Remove Android a2dp bridge from generic build configuration by Jakub Pawlowski · 8 years ago
  48. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  49. f66f4e9 A2DP-related renaming: a2d_* to a2dp_* by Pavlin Radoslavov · 8 years ago
  50. cc8d3ab Update BUILD.gn files by Jakub Pawlowski · 8 years ago
  51. 75b8366 Enable libbase logging for whole stack by Jakub Pawlowski · 8 years ago
  52. 12aeda1 Move btsnoop_hci.log to /data/misc/bluetooth/logs by Ajay Panicker · 8 years ago
  53. 2c8ddc6 Added void keyword to function declaration and definition by Jack He · 8 years ago
  54. 7aaf7c6 A2DP-related naming refactoring and cleanup by Pavlin Radoslavov · 8 years ago
  55. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  56. 25984b0 Get rid of unused BTA_DYNAMIC_MEMORY by Jakub Pawlowski · 8 years ago
  57. 8cbc291 Add missing NULL pointers assignments by Pavlin Radoslavov · 8 years ago
  58. 0bd0c8f Remote device changes for SMP certification by Nitin Arora · 9 years ago
  59. 9b99e99 Remove unnecesarry hash_map includes by Jakub Pawlowski · 8 years ago
  60. 3d6accf Move extern "C" to top of headers and remove tBTA_HF_CLIENT_HDR. by Bryce Lee · 8 years ago
  61. 2aa2b80 PTS: Read SMP pairing options from bt_stack.conf by Nitin Arora · 9 years ago
  62. 4cdb0e5 PTS: Avoid BR SDP after LE pairing by Nitin Arora · 9 years ago
  63. 36ad41b PTS: Allow disabling connection updates by Nitin Arora · 9 years ago
  64. a0ee0f8 PTS: Add a Secure Only mode. by Nitin Arora · 9 years ago
  65. 713993d Convert BTIF code from C to C++ by Jakub Pawlowski · 9 years ago
  66. 1bd691c Fix issues during cleanup stage of the Bluetooth stack by Pavlin Radoslavov · 9 years ago
  67. 7ee02bd Move autopair blacklist to interop database by Andre Eisenbach · 9 years ago
  68. 9a58e68 Bring back support for legacy bt_config.xml by Alain Vongsouvanh · 9 years ago
  69. e919eda Fix startup error when no config file provided by Jakub Pawlowski · 9 years ago
  70. d7a05a0 Update build files for Fluoride on Linux by Jakub Pawlowski · 9 years ago
  71. fd7ca62 Get rid of counter by Jakub Pawlowski · 9 years ago
  72. 1d00dd2 Write Protobuf in Base64 by Ajay Panicker · 9 years ago
  73. e42d1d7 Add ability to add interop entries dynamically (2/2) by Andre Eisenbach · 9 years ago
  74. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  75. 1377f93 Cleanup C and C++ compiler flags by Pavlin Radoslavov · 9 years ago
  76. 64a0328 Removed function bte_load_ble_conf by Ajay Panicker · 9 years ago
  77. 1eacb3d Remove code related to legacy config file by Ajay Panicker · 9 years ago
  78. 77f579f osi: add metrics API by Marie Janssen · 9 years ago
  79. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  80. e11cc0b Make BTIF a static library; add unit test framework by Andre Eisenbach · 9 years ago
  81. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 9 years ago
  82. 0620f97 Add socket tx/rx accounting by Adam Lesinski · 9 years ago
  83. 6b84f29 Support for A2DP Sink and Proper initialization of profiles by Anubhav Gupta · 9 years ago
  84. 8fc771e Bluetooth: Silence unused-parameter warning by Andreas Gampe · 9 years ago
  85. d3842ed Compile as 64-bit library; fix includes by Andre Eisenbach · 9 years ago
  86. 45a94e1 Removed libpower-related references. by Pavlin Radoslavov · 9 years ago
  87. 3e54b60 gn-build: Get net_test_bluetooth to compile by Marie Janssen · 9 years ago
  88. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  89. 1a3844f GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue by Pavlin Radoslavov · 9 years ago
  90. c196f21 GKI cleanup - Moved GKI_get_os_tick_count() to OSI by Pavlin Radoslavov · 9 years ago
  91. de86bfa Add libpower as a dependency to all device targets that include libosi. by Sharvil Nanavati · 9 years ago
  92. abea99e am fb685ef1: Fix typo in main/bte_main.c. by Miao Chou · 9 years ago
  93. fb685ef Fix typo in main/bte_main.c. by Miao Chou · 9 years ago
  94. 0839305 resolved conflicts for merge of 49a86709 to mnc-dev-plus-aosp by Marie Janssen · 9 years ago
  95. 49a8670 build: LOG_TAG consistency, include order, build fixes by Marie Janssen · 9 years ago
  96. 5f06ecb am 80caab27: Drop obsolete libpower dependency. by Ian Coolidge · 9 years ago
  97. 80caab2 Drop obsolete libpower dependency. by Ian Coolidge · 9 years ago
  98. e9d2d9b am f2d6434a: gn-build: Add bluetooth-service target by Arman Uguray · 9 years ago
  99. f2d6434 gn-build: Add bluetooth-service target by Arman Uguray · 9 years ago
  100. 9a78e8d am 49120dc8: build: Fix LOG_TAG define breakage, macro usage by Marie Janssen · 9 years ago