1. be754da HearingAidAudioSource implementation by Hansong Zhang · 7 years ago
  2. 80086ef Merge "Keep UIPC in local variable, rather than global struct." by Treehugger Robot · 6 years ago
  3. 4653f21 Keep UIPC in local variable, rather than global struct. by Jakub Pawlowski · 6 years ago
  4. bd39c6e Add new sample rate BTAV_A2DP_CODEC_SAMPLE_RATE_24000 by Jakub Pawlowski · 6 years ago
  5. 89b0ccb Hearing Aid BTIF interface implementation by Jakub Pawlowski · 6 years ago
  6. a41496e Merge "Multi-A2DP: stop or flush the A2DP queue only for Active peer" by Treehugger Robot · 6 years ago
  7. 14e1e30 Merge "Hearing Aid BTA interface" by Treehugger Robot · 6 years ago
  8. 1184ac3 Merge "Call BTA_VendorCleanup on proper thread" by Treehugger Robot · 6 years ago
  9. 2b4d48a Multi-A2DP: stop or flush the A2DP queue only for Active peer by Pavlin Radoslavov · 6 years ago
  10. 0674a23 Hearing Aid BTA interface by Jakub Pawlowski · 6 years ago
  11. 170e251 Call BTA_VendorCleanup on proper thread by Jakub Pawlowski · 6 years ago
  12. 60828d0 Merge "Pre-compute the RTP Header Marker Bit by using the correct peer address" by Treehugger Robot · 6 years ago
  13. ce268fc Remove unused adjustAvrcpAbsoluteVolume by Ajay Panicker · 6 years ago
  14. e470502 Hearing Aid Audio HAL by Jakub Pawlowski · 7 years ago
  15. 25e8404 Merge "Add new sample rate BTAV_A2DP_CODEC_SAMPLE_RATE_16000" by Treehugger Robot · 6 years ago
  16. 42840e0 Pre-compute the RTP Header Marker Bit by using the correct peer address by Pavlin Radoslavov · 6 years ago
  17. fd7a984 Add new sample rate BTAV_A2DP_CODEC_SAMPLE_RATE_16000 by Jakub Pawlowski · 6 years ago
  18. e893179 Hearing Aid BTIF interface by Jakub Pawlowski · 7 years ago
  19. 51a906b Merge changes from topics "bt-a2dp-remove-redundant-alarm-free", "bt-a2dp-codec-init-same-thread" by Treehugger Robot · 6 years ago
  20. 617cdf9 Removed redundant alarm_free() call on the wrong thread by Pavlin Radoslavov · 6 years ago
  21. 8925658 Perform all codec-related init operations on the same thread by Pavlin Radoslavov · 6 years ago
  22. 2b13eb7 Clear the A2DP active device within the native stack during cleanup by Pavlin Radoslavov · 6 years ago
  23. 235bfcc Initialize max number of connected A2DP devices in the native stack via JNI by Pavlin Radoslavov · 6 years ago
  24. fe5a838 Merge "Add/update the BTIF A2DP log messages" by Treehugger Robot · 6 years ago
  25. 5c550c1 HCI: Set a timer to abort after a timeout by Myles Watson · 7 years ago
  26. 37b2f40 Add/update the BTIF A2DP log messages by Pavlin Radoslavov · 6 years ago
  27. 8f081e4 Use assigned UUID for Hearing Aid Service by Jakub Pawlowski · 7 years ago
  28. 9083589 Merge "Add explicit init/cleanup steps for A2DP Source and Sink" by Treehugger Robot · 7 years ago
  29. ee164d2 Add explicit init/cleanup steps for A2DP Source and Sink by Pavlin Radoslavov · 7 years ago
  30. 72b71ec L2CAP: Discard pending requests on link disconnect by Manoj Babulal · 7 years ago
  31. ef673c5 Uprev to AVDTP 1.3 and Implement AVDTP delay reports by Ajay Panicker · 8 years ago
  32. c92e4a5 Merge "Remove unreachable code" by Treehugger Robot · 7 years ago
  33. cc38c7f Free the A2DP Source media alarm on the A2DP Source worker thread by Pavlin Radoslavov · 7 years ago
  34. bd74060 Correct the value for BT_RC_NUM_APP for Multi-A2DP / Multi-AVRCP by Pavlin Radoslavov · 7 years ago
  35. 0d6d447 Replace AVRC callback function pointers with base::Callback by Ajay Panicker · 7 years ago
  36. 57bb0b4 Revert "Remove A2DP Source/Sink startup calls during A2DP initialization" by Andre Eisenbach · 7 years ago
  37. 0c34841 Add packet classes needed for AVRCP Absolute Volume by Ajay Panicker · 7 years ago
  38. 0bdae6a Remove unreachable code by Yi Kong · 7 years ago
  39. 158fe8e OSI: Protect cutils/properties.h from direct calls by Myles Watson · 7 years ago
  40. 56363e8 Get rid of BTA_HOST_INTERLEAVE_SEARCH by Jakub Pawlowski · 7 years ago
  41. 4a31432 Merge "Make STREAM_TO_UINT64 globally available" by Treehugger Robot · 7 years ago
  42. 22e4892 Merge "Add btif_config_(get/set)_uint64" by Treehugger Robot · 7 years ago
  43. 1c5e31a Add btif_config_(get/set)_uint64 by Jakub Pawlowski · 7 years ago
  44. ae2104f Reduce spammy error log in gatt_attr.cc, plus minor logging improvements by Jakub Pawlowski · 7 years ago
  45. 14bc980 Make STREAM_TO_UINT64 globally available by Jakub Pawlowski · 7 years ago
  46. b053bd0 Merge "Final IBluetoothHearingAid.aidl improvements" by Treehugger Robot · 7 years ago
  47. 10f0825 Final IBluetoothHearingAid.aidl improvements by Jakub Pawlowski · 7 years ago
  48. 8325547 Remove A2DP Source/Sink startup calls during A2DP initialization by Pavlin Radoslavov · 7 years ago
  49. b600f6b Use correct call btif_a2dp_sink_startup() for Sink peers by Pavlin Radoslavov · 7 years ago
  50. f88552c A2DP: Cleanup UIPC when no active device by Hansong Zhang · 7 years ago
  51. 37a143f Merge "Add AVRCP Browse packets to the completed packets." by Treehugger Robot · 7 years ago
  52. 001f5a0 Merge "btif: Remove unused synchronization in event_cleanup_stack" by Treehugger Robot · 7 years ago
  53. 03fa65f Merge "IBluetoothHearingAid.aidl" by Treehugger Robot · 7 years ago
  54. 8f73773 Add AVRCP Browse packets to the completed packets. by Ajay Panicker · 7 years ago
  55. 29cb0b0 Merge "Adjust buffer length to fit in sdp_copy_raw_data()" by Treehugger Robot · 7 years ago
  56. 1cdebda btif: Remove unused synchronization in event_cleanup_stack by Manu Viswanadhan · 8 years ago
  57. ad89856 IBluetoothHearingAid.aidl by Jakub Pawlowski · 7 years ago
  58. 309b42d Adjust buffer length to fit in sdp_copy_raw_data() by Venkata Jagadeesh Garaga · 8 years ago
  59. 65d24fb Factor out libchrome_support_defaults by Myles Watson · 7 years ago
  60. a45d385 Merge "Remove libbluetooth-system requirement." by Treehugger Robot · 7 years ago
  61. 273ffd8 Add more details in native Bluetooth debug logs by Stanley Tng · 7 years ago
  62. 78b3e7b Make loghex properly count numer length by Jakub Pawlowski · 7 years ago
  63. 713cab5 Remove libbluetooth-system requirement. by Steven Moreland · 7 years ago
  64. a7b668b AVRCP: Don't fail in set_volume on disconnected devices by Ajay Panicker · 7 years ago
  65. 51c084e Merge "Build: Remove DCHECK_ALWAYS_ON flag" by Treehugger Robot · 7 years ago
  66. 199bf77 Merge "A2DP: Construct BtWorkerThread's message loop on designated thread" by Treehugger Robot · 7 years ago
  67. 0a0d8eb Build: Remove DCHECK_ALWAYS_ON flag by Jack He · 7 years ago
  68. abc34b4 A2DP: Construct BtWorkerThread's message loop on designated thread by Jack He · 7 years ago
  69. 29ff714 Merge "Prevent spurious connect failures callback" by Treehugger Robot · 7 years ago
  70. 884314c btif_rc - make set_volume easier to comprehend by Jakub Pawlowski · 7 years ago
  71. 6269f02 Prevent spurious connect failures callback by Stanley Tng · 7 years ago
  72. c0df1ed Merge "Make sure task_runner is valid when we call PostTask on it" by Treehugger Robot · 7 years ago
  73. 541862c Call BTA_GATTS_AddService on correct thread by Jakub Pawlowski · 7 years ago
  74. d81a11b Make sure task_runner is valid when we call PostTask on it by Jakub Pawlowski · 7 years ago
  75. 0c0d297 HBS1098 Paring failure after connection with Car-Audio by Srinu Jella · 8 years ago
  76. b46c3bf Merge changes from topic "coc-test-increase-data-len" by Stanley Tng · 7 years ago
  77. 70bebaf Add function to change LE Tx Data Length by Stanley Tng · 7 years ago
  78. 4f0c5b5 LE Read Maximum Data Length during startup by Jakub Pawlowski · 7 years ago
  79. 35ee023 Unify logging in btif_sock_l2cap.cc by Jakub Pawlowski · 7 years ago
  80. 30aa9c9 Remove Mac host libraries build depending on libchrome. by Hidehiko Abe · 7 years ago
  81. 2fc4777 Merge "Add function to update LE connection parameters" by Stanley Tng · 7 years ago
  82. 228560e Add function to update LE connection parameters by Stanley Tng · 7 years ago
  83. 622bd22 Maximize L2CAP socket MTU by Jakub Pawlowski · 7 years ago
  84. 3538b64 BTA_JvL2capConnect simplification by Jakub Pawlowski · 7 years ago
  85. e5e2dd5 Simplify btSock_start_l2cap_server_l by Jakub Pawlowski · 7 years ago
  86. 70a0c9e Merge changes I00560443,I2e39bd31 by Treehugger Robot · 7 years ago
  87. 85807ed Merge "Add more checks to LE Connection Parameters" by Treehugger Robot · 7 years ago
  88. a53c929 Merge "Metrics: Dump native metrics to Java as std:string" by Treehugger Robot · 7 years ago
  89. 408b5f9 Stricter check of the MTU size in the BTIF L2CAP socket by Jakub Pawlowski · 7 years ago
  90. 6ee309d Fix naming error in btif l2cap MPS -> MTU by Jakub Pawlowski · 7 years ago
  91. 9516190 Add more checks to LE Connection Parameters by Stanley Tng · 7 years ago
  92. f262cb9 Merge "Minimize amount of Flow Control packets for L2CAP CoC" by Treehugger Robot · 7 years ago
  93. edde455 Merge "PDU data lengty computation fix" by Treehugger Robot · 7 years ago
  94. 9af0078 Metrics: Dump native metrics to Java as std:string by Jack He · 7 years ago
  95. 10018c2 PDU data lengty computation fix by Jakub Pawlowski · 7 years ago
  96. 023f79e Merge "Set pending_discovery when doing GATT over BR/EDR" by Treehugger Robot · 7 years ago
  97. 2dbd3ac Minimize amount of Flow Control packets for L2CAP CoC by Jakub Pawlowski · 7 years ago
  98. bc94521 BUILD: Fix broken build for test-vendor_test_host by Jack He · 7 years ago
  99. 61f4003 Merge "BUILD: Disable build for mac-host target" by Treehugger Robot · 7 years ago
  100. cb94bdf BUILD: Disable build for mac-host target by Jack He · 7 years ago