1. 4f6f256 Clear apex.go entries for bluetooth libs by William Escande · 2 years, 10 months ago
  2. 5add3d5 Updating min_sdk_version to Tiramisu by ahujapalash · 2 years, 10 months ago
  3. f926aa2 Support building bluetooth against musl by Colin Cross · 3 years, 1 month ago
  4. 947d468 floss: Change build rules from //bt to //bt/system by Abhishek Pandit-Subedi · 3 years, 2 months ago
  5. 4c2aede legacy: test: Properly include stack/include/bt_hdr by Chris Manton · 3 years, 4 months ago
  6. 4544830 floss: Missing <memory> and initflags dep by Abhishek Pandit-Subedi · 3 years, 4 months ago
  7. 33f9de0 Clean up logging in UIPC by Hansong Zhang · 3 years, 4 months ago
  8. 120554b Merge "Fix system/bt compiling against musl" by Colin Cross · 3 years, 4 months ago
  9. a4b4e71 Fix system/bt compiling against musl by Colin Cross · 3 years, 4 months ago
  10. c53c278 legacy: Un-include bt_common by Chris Manton · 3 years, 4 months ago
  11. 2a9a317 legacy: Explicitly include or uninclude bt_trace by Chris Manton · 3 years, 4 months ago
  12. 8ad62cb legacy: Un-include unnecessary stack/include/bt_types by Chris Manton · 3 years, 5 months ago
  13. 3b6184f UIPC_REG_CBACK is unused by Hansong Zhang · 3 years, 7 months ago
  14. 691b78d UIPC_Read: p_msg_evt is unused. by Hansong Zhang · 3 years, 7 months ago
  15. d01b331 Add host support for udrv/ by Hansong Zhang · 3 years, 11 months ago
  16. 92ecf7c [LSC] Add LOCAL_LICENSE_KINDS to system/bt by Bob Badour · 3 years, 11 months ago
  17. c86d26f Fix up files to compile on Linux by Abhishek Pandit-Subedi · 4 years ago
  18. 012204a Fix bugprone-posix-return warnings by Chih-Hung Hsieh · 4 years, 9 months ago
  19. 1477848 Merge changes I42c47d98,If38ad50d am: 96141547c5 am: 10f5451cff by Colin Cross · 6 years ago
  20. 03e29e5 bpfmt -w $(find . -name Android.bp) by Colin Cross · 6 years ago
  21. 8b0caf0 Check ch_id in UIPC_Read before using it by Chienyuan · 6 years ago
  22. 4533a27 Linux build fix by Jakub Pawlowski · 7 years ago
  23. 42bf649 Use proper sockets for A2DP and Hearing Aid HAL by Jakub Pawlowski · 7 years ago
  24. d19e027 HearingAidAudioSource implementation by Hansong Zhang · 7 years ago
  25. c10ec59 Keep UIPC in local variable, rather than global struct. by Jakub Pawlowski · 7 years ago
  26. f71b1cc A2DP: Cleanup UIPC when no active device by Hansong Zhang · 7 years ago
  27. 3b10fdd Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  28. 3c4ef5d Linux build fix by Jakub Pawlowski · 7 years ago
  29. 9e9eb4b Move include->internal_include (1/2) by Jakub Pawlowski · 7 years ago
  30. 0276628 Enable extra A2DP control log messages by Pavlin Radoslavov · 7 years ago
  31. 431414e Create unit test framework for audio_a2dp_hw by Pavlin Radoslavov · 8 years ago
  32. 22729fc Compute the audio data buffer size based on stream characteristics by Pavlin Radoslavov · 8 years ago
  33. 237abce Close leftover Audio-to-Bluetooth HAL connections before reopening by Pavlin Radoslavov · 8 years ago
  34. 65b2a57 Convert build system to soong using Android.bp by Jack He · 8 years ago
  35. 655fb1b Add a mechanism for configuring the A2DP Source codecs by Pavlin Radoslavov · 8 years ago
  36. 6e2bebd Remove extern "C" from header files by Jack He · 8 years ago
  37. a2c917d Replace pthread_mutex with std::mutex by Marie Janssen · 8 years ago
  38. f8a2120 Apply clang-format to the rest of the tree by Myles Watson · 8 years ago
  39. cd1165c Reformat long comments before clang-format by Myles Watson · 8 years ago
  40. fbfa1a5 Fix asterisks in block quotes by Myles Watson · 8 years ago
  41. 9e24777 Revert "Replace pthread_mutex with std::mutex" by Pavlin Radoslavov · 8 years ago
  42. ec7a3f8 Replace pthread_mutex with std::mutex by Marie Janssen · 8 years ago
  43. 77d0539 Remove deprecated UNUSED macro (1/5) by Myles Watson · 8 years ago
  44. 0c00b7d Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  45. 7d7ff57 Use proper socket type in uipc for non-android by Jakub Pawlowski · 8 years ago
  46. 22ddc8c Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  47. f19e203 Match socket buffer sizes between audio HAL and BT server by Andy Hung · 9 years ago
  48. bd4bae4 Improve poll(2) handling and log messages by Pavlin Radoslavov · 9 years ago
  49. c608acf Restart failed system calls interrupted with errno of EINTR by Pavlin Radoslavov · 9 years ago
  50. cead20d Move extern "C" to top of headers and remove tBTA_HF_CLIENT_HDR. by Bryce Lee · 9 years ago
  51. 4a81383 Convert BTIF code from C to C++ by Jakub Pawlowski · 9 years ago
  52. d927bcf Update build files for Fluoride on Linux by Jakub Pawlowski · 9 years ago
  53. 6ed3b57 Added visibility to the UIPC_Read() errors by Pavlin Radoslavov · 9 years ago
  54. bc5c36a GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  55. bb776e6 am 4dd71e81: build: Eliminate cutils/sockets dependencies from system/bt by Miao Chou · 10 years ago
  56. 4dd71e8 build: Eliminate cutils/sockets dependencies from system/bt by Miao Chou · 10 years ago
  57. dd10be7 am c6aa9a97: Correct the logic of UIPC thread id check by Srinu Jella · 10 years ago
  58. c6aa9a9 Correct the logic of UIPC thread id check by Srinu Jella · 10 years ago
  59. 319860a gn-build: Get //udrv:udrv to compile by Arman Uguray · 10 years ago
  60. 683b83f Merge commit 'e817eb7f46586b506ba8b214d356eed23d0670cf' into merge_work by Prerepa Viswanadham · 10 years ago
  61. fd6d05a Static code analysis cleanups and minor bug fixes by VenkatRaghavan VijayaRaghavan · 10 years ago
  62. c228c9a Fix non-standard pthread mutex interactions. by Scott James Remnant · 10 years ago
  63. aaa50a2 Merge commit 'f30a559fadcc54e4c4c45f0cf28ba6f376e6ecde' into merge by Etan Cohen · 10 years ago
  64. 4c9bce0 Remove data_types.h by Chris Manton · 10 years ago
  65. c8d872e Eliminate unnecessary macros GKI_API, EXPORT_API, and UDRV_API. by Sharvil Nanavati · 10 years ago
  66. b63ff3f am a22d497e: Merge "Fix non-standard pthread mutex interactions." by Elliott Hughes · 10 years ago
  67. 4fa095e Fix non-standard pthread mutex interactions. by Ian Coolidge · 10 years ago
  68. ab8f12d resolved conflicts for merge of 6a4ac0fd to lmp-mr1-dev-plus-aosp by Chih-Hung Hsieh · 10 years ago
  69. d26beb2 Cleanups needed to make clang happy by Bernhard Rosenkränzer · 10 years ago
  70. 83b1e16 Remove overflow rate limiting when reading A2DP frames by Andre Eisenbach · 10 years ago
  71. dc12c06 Raise A2DP threat priority to avoid music breaks by Mattias Agren · 10 years ago
  72. 07aaca2 resolved conflicts for merge of 5f2c8870 to master by Matthew Xie · 11 years ago
  73. 5f2c887 Logging cleanup: BTIF and APPL. by Sharvil Nanavati · 11 years ago
  74. 38d72d7 Eliminate dead code (helped by compiler warnings). by Sharvil Nanavati · 11 years ago
  75. 574ef1b Eliminate dead code (helped by compiler warnings). by Sharvil Nanavati · 11 years ago
  76. b68e886 resolved conflicts for merge of 7cb70276 to klp-modular-dev-plus-aosp by Narayan Kamath · 11 years ago
  77. 02f6344 Various fixes for LP64 by Kévin PETIT · 11 years ago
  78. ef89cf2 am c6b849ff: Merge changes Ifc373f95,I95eb887a,I1e6be2ab,Ia6ea939a,I147d0138, ... into klp-modular-dev by Mike J. Chen · 11 years ago
  79. d59a1a7 Major warnings cleanup by Mike J. Chen · 11 years ago
  80. 096abd5 am fa1df016: Merge "Accept takes a socklen_t, not an int." by Elliott Hughes · 11 years ago
  81. bd27394 Accept takes a socklen_t, not an int. by Elliott Hughes · 11 years ago
  82. b993e55 Fixes for problems found with coverity analyzer by Kim Schulz · 11 years ago
  83. e5edf3f should return correct length and use shorter poll time for ad2p data by Zhihai Xu · 11 years ago
  84. 7bef58c Fixed wrong operator in uipc.c that cause always true check by Kim Schulz · 11 years ago
  85. 7663bc4 Fix uipc.c to never pass -1 to FD_ISSET. by Elliott Hughes · 11 years ago
  86. 30ddcc2 Resolved partial uipc channel read issue by Ganesh Ganapathi Batta · 12 years ago
  87. 624a787 Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf by The Android Open Source Project · 12 years ago