1. 959bc33 Move metrics and time library to libbt-common by Jack He · 6 years ago
  2. d97e095 Replace period_ms_t with uint64_t by Jack He · 6 years ago
  3. feeaf5f Multi-A2DP: Fix timing and codec measurement in metrics by Jack He · 6 years ago
  4. 8bc22a1 Metrics: Add metrics item for profile usage by Jack He · 6 years ago
  5. ef673c5 Uprev to AVDTP 1.3 and Implement AVDTP delay reports by Ajay Panicker · 8 years ago
  6. 158fe8e OSI: Protect cutils/properties.h from direct calls by Myles Watson · 7 years ago
  7. 1c5e31a Add btif_config_(get/set)_uint64 by Jakub Pawlowski · 7 years ago
  8. 053ecef Use C++11 static assert instead of macro by Jack He · 7 years ago
  9. 5b790fe Make copyright headers consistent with Google template; remove "(C)" by Jakub Pawlowski · 7 years ago
  10. 3c41f5b config refactor - use strings by Jakub Pawlowski · 7 years ago
  11. f3fb316 persistent configuration refactor by Jakub Pawlowski · 7 years ago
  12. be8bbd7 Fix alarms being posted on wrong thread by Jakub Pawlowski · 7 years ago
  13. 2b59c4a Fix broken linux build by Jack He · 7 years ago
  14. 2b7e905 Swap BTA and HCI queues with message loops by Ajay Panicker · 7 years ago
  15. 96c42e7 Make Bluetooth audio threads use RT scheduling by Philip Cuadra · 7 years ago
  16. 8f79930 Merge "osi: Remove unused eager_reader code" by Treehugger Robot · 8 years ago
  17. 071b507 Use same timestamp for on-disk BT Snoop Log and in-memory BT Snooz Log by Jack He · 8 years ago
  18. 94648a0 osi: Remove unused eager_reader code by Myles Watson · 8 years ago
  19. 0b4f3f7 Add memory allocation statistics to the Bluetooth dumpsys output by Pavlin Radoslavov · 8 years ago
  20. a3f831c Fix A2DP Metrics Logging Capacity by Jack He · 8 years ago
  21. f317562 Fix A2DP metrics session duration by Jack He · 8 years ago
  22. a22dd22 Add LeakyBondedQueue to libosi by Jack He · 8 years ago
  23. 17c66c4 osi: Return 0 on osi_property_get failure by Myles Watson · 8 years ago
  24. ad1e23d Remove extern "C" from header files by Jack He · 8 years ago
  25. 21da637 Replace pthread_mutex with std::mutex by Marie Janssen · 8 years ago
  26. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  27. dbf75f1 Revert "Replace pthread_mutex with std::mutex" by Pavlin Radoslavov · 8 years ago
  28. 4b80182 Replace pthread_mutex with std::mutex by Marie Janssen · 8 years ago
  29. 9a24711 Replace bluetooth protos with protobuf-lite by Colin Cross · 8 years ago
  30. 029a43b Various small fixes for Linux build by Jakub Pawlowski · 8 years ago
  31. b55040c osi: Apply clang-format by Myles Watson · 8 years ago
  32. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  33. 6aee1e8 Add various missing includes by Mark Salyzyn · 8 years ago
  34. d92fc91 Moved the typedef of period_ms_t from alarm.h to time.h by Pavlin Radoslavov · 8 years ago
  35. 5201f95 bt: replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  36. ff9d334 Fix warnings of implicit function declaration in Linux vendor lib by Patrick Tsai · 8 years ago
  37. 2637d3c Merge "Added new function time_get_os_boottime_us() and unit tests" by Treehugger Robot · 8 years ago
  38. 3335cf4 Added new function fixed_queue_flush() and the unit test by Pavlin Radoslavov · 8 years ago
  39. 55c37f9 Added new function time_get_os_boottime_us() and unit tests by Pavlin Radoslavov · 8 years ago
  40. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  41. 3a2dc88 Fix linux build, missing strlcpy by Jakub Pawlowski · 8 years ago
  42. 01a3a24 Remove all mentions of hashmap by Jakub Pawlowski · 8 years ago
  43. 2b56e01 Replace hash_map in data_dispatcher with C++ unordered_map by Jakub Pawlowski · 8 years ago
  44. 6a05951 Replace hash_map in audio_a2dp_hw with C++ unordered_map by Jakub Pawlowski · 8 years ago
  45. d6121a3 Restart failed system calls interrupted with errno of EINTR by Pavlin Radoslavov · 8 years ago
  46. 9365916 Update alarm_unregister_processing_queue() to cancel scheduled alarms by Pavlin Radoslavov · 8 years ago
  47. 713993d Convert BTIF code from C to C++ by Jakub Pawlowski · 8 years ago
  48. 92f0ed3 Trigger a compilation error when LOG_TAG is not provided by Jakub Pawlowski · 8 years ago
  49. 4cef24d Fix memory leak when saving paired devices by Marie Janssen · 8 years ago
  50. d9ebc23 btif: Don't persist remote devices to the config by Marie Janssen · 8 years ago
  51. b35c234 Don't clear the btsnoop log ringbuffer on compress. by Sharvil Nanavati · 8 years ago
  52. 093f013 osi: add osi_rand() by Marie Janssen · 8 years ago
  53. 3eb4a48 Move properties get/set code to osi by Jakub Pawlowski · 9 years ago
  54. 324635b Revert "linux: Make logwrapper show log tag on Linux" by Jakub Pawlowski · 9 years ago
  55. e4ae5c7 linux: Make logwrapper show log tag on Linux by Jakub Pawlowski · 9 years ago
  56. a1bccb9 Add support for collecting A2DP Protobuf metrics by Pavlin Radoslavov · 9 years ago
  57. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  58. 77f579f osi: add metrics API by Marie Janssen · 9 years ago
  59. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  60. 0a20dd4 Removed function osi_get_buf_size() by Pavlin Radoslavov · 9 years ago
  61. 270f86f Add list_back_node method to osi list by Jakub Pawlowski · 9 years ago
  62. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 9 years ago
  63. 67f57c6 Make list_foreach() even more useful by Jakub Pawlowski · 9 years ago
  64. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 9 years ago
  65. d2e2508 Add support for native kernel and callout wakelocks by Pavlin Radoslavov · 9 years ago
  66. 760fb70 Make list_foreach() more useful by Andre Eisenbach · 9 years ago
  67. b9757ee Remove "block" parameter from eager_reader_read() by Andre Eisenbach · 9 years ago
  68. 153bdfb Fix the fixed_queue_try_remove_from_queue() internals by Pavlin Radoslavov · 9 years ago
  69. 1b2bd2c tests: don't use bt_os_callouts for wakelocks by Marie Janssen · 9 years ago
  70. 577862e Update the usage of fixed_queue. by Pavlin Radoslavov · 9 years ago
  71. 5b9b1b8 Raise BTU and HCI thread priorities by Andre Eisenbach · 9 years ago
  72. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  73. 9f1c9ad GKI cleanup - Moved struct TIMER_LIST_ENT to OSI by Pavlin Radoslavov · 9 years ago
  74. 1a3844f GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue by Pavlin Radoslavov · 9 years ago
  75. 1eb1ea0 GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSI by Pavlin Radoslavov · 9 years ago
  76. c196f21 GKI cleanup - Moved GKI_get_os_tick_count() to OSI by Pavlin Radoslavov · 9 years ago
  77. 1da5196 am ad588372: Merge "Enable clang compilation, use stdatomic.h." by Chih-hung Hsieh · 9 years ago
  78. 918e5a6 Enable clang compilation, use stdatomic.h. by Chih-Hung Hsieh · 9 years ago
  79. 480c2b4 am d2199cbb: Disable remote TCP connections by Pavlin Radoslavov · 9 years ago
  80. d2199cb Disable remote TCP connections by Pavlin Radoslavov · 9 years ago
  81. 67671e5 am afcf2a26: Merge "Restore LOG_NDEBUG condition on verbose logging." by Ian Coolidge · 9 years ago
  82. 30b30d3 Restore LOG_NDEBUG condition on verbose logging. by Ian Coolidge · 9 years ago
  83. 0839305 resolved conflicts for merge of 49a86709 to mnc-dev-plus-aosp by Marie Janssen · 9 years ago
  84. 49a8670 build: LOG_TAG consistency, include order, build fixes by Marie Janssen · 9 years ago
  85. a5db1d4 resolved conflicts for merge of f993a9c4 to mnc-dev-plus-aosp by Miao Chou · 9 years ago
  86. 98a9641 build: Eliminate cutils/str_parms dependency from system/bt by Miao Chou · 9 years ago
  87. f1720e9 am 165332bc: Cleanup alarm_get_remaining_ms by Andre Eisenbach · 9 years ago
  88. 165332b Cleanup alarm_get_remaining_ms by Andre Eisenbach · 9 years ago
  89. 263cc87 am 76356aee: Bug fix PM changes and LE connectivity mode fixes by VenkatRaghavan VijayaRaghavan · 9 years ago
  90. 76356ae Bug fix PM changes and LE connectivity mode fixes by VenkatRaghavan VijayaRaghavan · 9 years ago
  91. 0ca9905 gn-build: Add BUILD files for libchrome by Arman Uguray · 9 years ago
  92. db55458 build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  93. 1096912 build: Eliminate cutils/sockets dependencies from system/bt by Miao Chou · 9 years ago
  94. ecb1b43 osi: Introduce ptr <-> integer conversion macros by Arman Uguray · 9 years ago
  95. 0933b40 Moved the OSI alarm_shutdown() operations to alarm_cleanup() by Pavlin Radoslavov · 9 years ago
  96. 7dac79e Add missing clean_up step for the OSI module. by Pavlin Radoslavov · 9 years ago
  97. cae219f Shutdown alarm callbacks on stack disable; added OSI module by Andre Eisenbach · 9 years ago
  98. 1bd7605 Bluetooth native dumpsys logging support (2/5) by Andre Eisenbach · 10 years ago
  99. a9130e0 Moved the OSI alarm_shutdown() operations to alarm_cleanup() by Pavlin Radoslavov · 9 years ago
  100. 0d6a501 Add missing clean_up step for the OSI module. by Pavlin Radoslavov · 9 years ago