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