1. bbd0c74 A2DP Offload: Avoid Offload_start/stop from remote by Sunny Kapdi · 7 years ago
  2. d8b099f Inform AVRCP Controller before cleaning up. by Joseph Pirozzo · 7 years ago
  3. 964df17 HFP: Only advance BTIF queue for outgoing connections by Jack He · 7 years ago
  4. 1d47360 HFP: Fix ACL collision handling and WBS update by Jack He · 7 years ago
  5. 36e9095 Merge "Linux build fix" by Treehugger Robot · 7 years ago
  6. f83c0b9 Fix log level - requesting MTU is not error by Jakub Pawlowski · 7 years ago
  7. 4533a27 Linux build fix by Jakub Pawlowski · 7 years ago
  8. 67814d9 Merge "Add separate sniff mode settings for gamepads" by Treehugger Robot · 7 years ago
  9. 1698bf5 Merge changes from topic "ds4-support" by Treehugger Robot · 7 years ago
  10. e40c435 Add separate sniff mode settings for gamepads by Kim Low · 8 years ago
  11. 38e7b07 Add UHID GET_REPORT functionality by Kim Low · 8 years ago
  12. 37f0236 Option to send data report through BTA_HhSetReport by Kim Low · 8 years ago
  13. fe2b4af A2DP Offload: Don't crash on repeated endSession by Sunny Kapdi · 7 years ago
  14. 432ef50 Merge "GATT: Fix GATT error response for execute write" by Treehugger Robot · 7 years ago
  15. 438232c Merge "Increase LE connection interval with bonded Hearing Aids" by Treehugger Robot · 7 years ago
  16. c35d8ae Merge "Enable the AVRCP Service by default (2/2)" by Treehugger Robot · 7 years ago
  17. c97af91 Enable the AVRCP Service by default (2/2) by Ajay Panicker · 7 years ago
  18. f2ff03f Increase LE connection interval with bonded Hearing Aids by Stanley Tng · 7 years ago
  19. 6f5be14 Merge "HFP: Ignore DISCONNECTED state in PhoneStateChange" by Treehugger Robot · 7 years ago
  20. c166bc6 HFP: Ignore DISCONNECTED state in PhoneStateChange by Jack He · 7 years ago
  21. 6d89b9b Reduce A2DP/AVDTP related dumpsys output by Pavlin Radoslavov · 7 years ago
  22. 6c4e4e0 GATT: Fix GATT error response for execute write by Subramanian Srinivasan · 7 years ago
  23. 4cb835d Explicitly stop the stream when the A2DP session ends by Pavlin Radoslavov · 7 years ago
  24. 67c826a Merge "Update connection parameters just once before GATT discovery" by Treehugger Robot · 7 years ago
  25. c819b8a Merge "Support AVRCP Controller on JNI thread" by Joseph Pirozzo · 7 years ago
  26. ab544df Update connection parameters just once before GATT discovery by Jakub Pawlowski · 7 years ago
  27. 1f6535a Merge "HFP: Set audio handle for active device during incoming call" by Treehugger Robot · 7 years ago
  28. e7ff4e6 Merge "Use the effective peer MTU when preparing the codec configuration" by Treehugger Robot · 7 years ago
  29. a623c80 Merge "Don't mix internal AVDTP state when connecting to two devices" by Treehugger Robot · 7 years ago
  30. f28185e Merge "gatt_api: Avoid possible NULL dereference" by Treehugger Robot · 7 years ago
  31. 3740ee3 Use the effective peer MTU when preparing the codec configuration by Pavlin Radoslavov · 7 years ago
  32. e297449 gatt_api: Avoid possible NULL dereference by Greg Kaiser · 7 years ago
  33. cf9fa08 Don't mix internal AVDTP state when connecting to two devices by Pavlin Radoslavov · 7 years ago
  34. f56395d GATT: Fix usage of 16 and 32 bit UUID's in Discover services by UUID by Hemant Gupta · 7 years ago
  35. 1444896 HFP: Set audio handle for active device during incoming call by Jack He · 7 years ago
  36. 3b00cc7 Simplify bta_gattc_sdp_callback by Jakub Pawlowski · 7 years ago
  37. b7ffc19 Merge "HFP: Return SDP status to HFP layer" by Treehugger Robot · 7 years ago
  38. 979b5a7 Unify logging in gatt_api.cc by Jakub Pawlowski · 7 years ago
  39. 4c0d307 HFP: Return SDP status to HFP layer by Jack He · 7 years ago
  40. 8aff065 AVRCP: Route CType NOT_IMPLEMENTED as a response by Myles Watson · 7 years ago
  41. 3aa80ee Add General Reject for invalid PDU ID by tedwang · 7 years ago
  42. 1dd444f Don't update the MTU across multiple A2DP connections that are open by Pavlin Radoslavov · 7 years ago
  43. 7d8cdcb Merge "Respond reject with INVALID_PARAMETER when register for invalid event ID" by Treehugger Robot · 7 years ago
  44. b78db64 Merge "Print extra error code if LDAC encoder fails to initialize" by Treehugger Robot · 7 years ago
  45. 3aeb833 Respond reject with INVALID_PARAMETER when register for invalid event ID by tedwang · 7 years ago
  46. 4f86795 AVRCP: Respond UID Changed for invalid Get Item Attributes command by Hansong Zhang · 7 years ago
  47. dad243f Add respond Reject with Invalid parameter for Unknown Capability ID by tedwang · 7 years ago
  48. b868620 Merge "AVRCP: Verify SetBrowsedPlayer player ID" by Treehugger Robot · 7 years ago
  49. c300542 AVRCP: Verify SetBrowsedPlayer player ID by Hansong Zhang · 7 years ago
  50. d1422c0 Print extra error code if LDAC encoder fails to initialize by Pavlin Radoslavov · 7 years ago
  51. 2aee111 Support AVRCP Controller on JNI thread by Joseph Pirozzo · 7 years ago
  52. 3211edf Merge "Removed alarm callback execution statistics" by Jakub Pawlowski · 7 years ago
  53. 508295c Merge "Mask "LE Enhanced Connection Complete" when BLE_PRIVACY_SPT=FALSE" by Treehugger Robot · 7 years ago
  54. 9318939 Mask "LE Enhanced Connection Complete" when BLE_PRIVACY_SPT=FALSE by Jakub Pawlowski · 7 years ago
  55. b5c7df8 Removed alarm callback execution statistics by Pavlin Radoslavov · 8 years ago
  56. 7d86e7c Merge "Use identity addr in BLE scan filter" by Jakub Pawlowski · 7 years ago
  57. 995cbbe Merge "Use weak pointers for device.cc callbacks to prevent use after delete" by Ajay Panicker · 7 years ago
  58. 02d428c Use identity addr in BLE scan filter by Claire Treyz · 7 years ago
  59. 02c5ca3 Merge "HFP: Workaround for car kits that do not send AT+BAC command" by Treehugger Robot · 7 years ago
  60. 6b49d0b Merge "Explicitly restart audio processing when switching active device" by Treehugger Robot · 7 years ago
  61. 3258597 Explicitly restart audio processing when switching active device by Pavlin Radoslavov · 7 years ago
  62. d4690c9 HFP: Workaround for car kits that do not send AT+BAC command by Jack He · 7 years ago
  63. 2d6b263 Use weak pointers for device.cc callbacks to prevent use after delete by Ajay Panicker · 7 years ago
  64. 1c66c9e Merge "Add helper classes to auto indent newlines for ostreams" by Treehugger Robot · 7 years ago
  65. 806b859 Merge "Hearing Aid: Add dumpsys log for audio packet" by Treehugger Robot · 7 years ago
  66. 05a72da HearingAid RemoveDevice - don't crash when profile not enabled by Jakub Pawlowski · 7 years ago
  67. c5df6b0 Hearing Aid: Add dumpsys log for audio packet by Hansong Zhang · 7 years ago
  68. a4994c7 Merge "A2DP: Add logging when A2DP fails to open" by Treehugger Robot · 7 years ago
  69. 49cf2b5 Merge "Fix LE cancel open when physical connection is established but not ready" by Vinit Deshpande · 7 years ago
  70. 1230fb4 A2DP: Add logging when A2DP fails to open by Jack He · 7 years ago
  71. d52d414 Fix LE cancel open when physical connection is established but not ready by WENTAO WANG · 8 years ago
  72. c513d65 Merge "Fix PTS: TC_GATT_SR_UNS_BI_01_C sends unsupported opcode" by Treehugger Robot · 7 years ago
  73. e8ee589 Add helper classes to auto indent newlines for ostreams by Ajay Panicker · 7 years ago
  74. 8d18b56 Fix PTS: TC_GATT_SR_UNS_BI_01_C sends unsupported opcode by Stanley Tng · 7 years ago
  75. 796c5b3 Merge "Handle unbonding in Hearing Aid profile" by Jakub Pawlowski · 7 years ago
  76. a7b1dc9 Merge "Remove unused `tags` property from Android.bp files" by Dan Willemsen · 7 years ago
  77. a56627c Fetch the presentation position only if the audio state is STARTED by Pavlin Radoslavov · 7 years ago
  78. 81a9954 Merge "HFP: Remove parameter to start/stopScoUsingVirtualVoiceCall" by android-build-prod (mdb) · 7 years ago
  79. fdf955e Remove unused `tags` property from Android.bp files by Dan Willemsen · 7 years ago
  80. e82e07e Handle unbonding in Hearing Aid profile by Jakub Pawlowski · 7 years ago
  81. c85dc2f Merge "Return early if vendor-specific command fails" by android-build-prod (mdb) · 7 years ago
  82. 438c837 Merge "Send correct key state and ignore keys from inactive device (1/2)" by Ajay Panicker · 7 years ago
  83. 9c570c2 Return early if vendor-specific command fails by Myles Watson · 7 years ago
  84. e6736aa Merge "Fixed PTS: TC_GATT_SR_GAR_BI_01_C failure" by android-build-prod (mdb) · 7 years ago
  85. 73fae2e Fixed PTS: TC_GATT_SR_GAR_BI_01_C failure by Stanley Tng · 7 years ago
  86. 4bf8d26 Send correct key state and ignore keys from inactive device (1/2) by Ajay Panicker · 7 years ago
  87. 658c71e HFP: Remove parameter to start/stopScoUsingVirtualVoiceCall by Jack He · 7 years ago
  88. f149a65 Merge "BTM_BleClearBgConnDev: Return if there is no BLE" by android-build-prod (mdb) · 7 years ago
  89. 071eee3 Implement GetTotalNumberOfItems response for AVRCP Browsing by Ajay Panicker · 7 years ago
  90. 67a8d66 BTM_BleClearBgConnDev: Return if there is no BLE by Myles Watson · 7 years ago
  91. df49428 Increase the A2DP version from 1.2 to 1.3 by Pavlin Radoslavov · 7 years ago
  92. d607daa bta: Only call get_acl_data_size_ble for LE by Myles Watson · 7 years ago
  93. 5244335 Merge "Add AVRCP native logging to dumpsys" by Ajay Panicker · 7 years ago
  94. e8e24bc HID: Update state to disconnected in virtual unplug by Hemant Gupta · 8 years ago
  95. 8b71db8 Use weak pointers instead of base::Unretained to prevent use after free by Ajay Panicker · 7 years ago
  96. 13d845b Add AVRCP native logging to dumpsys by Ajay Panicker · 7 years ago
  97. 58460da Merge "Ignore volume changed events from the non-active device" by android-build-prod (mdb) · 7 years ago
  98. 939b32a Merge "Hearing Aid: leave some radio time for other devices" by android-build-prod (mdb) · 7 years ago
  99. 9697afe Ignore volume changed events from the non-active device by Ajay Panicker · 7 years ago
  100. 991768c Merge "Use weak pointers to prevent callbacks from executing after cleanup" by Ajay Panicker · 7 years ago