1. 1e941c8 gtbs: Add Generic Telephone Bearer Service implementation by Mariusz Skamra · 3 years, 1 month ago
  2. 4212da6 Merge "HAL: Refactor files and namespaces" by Treehugger Robot · 3 years ago
  3. e0d0313 HAL: Refactor files and namespaces by Josh Wu · 3 years ago
  4. 86f7cbc Merge "Minor fix on function description" by Treehugger Robot · 3 years ago
  5. 19a6b14 Merge "legacy: Const-ify btm_set_" by Treehugger Robot · 3 years ago
  6. 938b59a Minor fix on function description by Insun Kang · 3 years ago
  7. 02861f5 Merge "Remove duplicate function addressToBytes" by Treehugger Robot · 3 years ago
  8. b07d6b6 Merge "clang-format: audio-hal-interface" by Treehugger Robot · 3 years ago
  9. c9374e1 legacy: Make gd_scan and gd_adver true by Chris Manton · 3 years, 3 months ago
  10. 8e7344e Merge "legacy: Use proper stringprintf method for to_text defaults" by Treehugger Robot · 3 years ago
  11. 6a8bb06 legacy: Const-ify btm_set_ by Chris Manton · 3 years, 2 months ago
  12. ca01f58 legacy: Use proper stringprintf method for to_text defaults by Chris Manton · 3 years ago
  13. 8fe1134 clang-format: audio-hal-interface by Josh Wu · 3 years ago
  14. 60db7ff legacy: Decouple gd_advertisting and gd_scanning flags by Chris Manton · 3 years, 3 months ago
  15. 11ca0bb legacy: Final remove is_any_gd_enabled by Chris Manton · 3 years, 3 months ago
  16. b3849d0 legacy: is_gd_enabled is always true by Chris Manton · 3 years, 3 months ago
  17. f160516 Merge "Revert "gtbs: Add Generic Telephone Bearer Service implementation"" by chapin · 3 years ago
  18. 45d6fb4 Merge "Update HAL structure to include offload capability for unicast and broadcast" by Treehugger Robot · 3 years ago
  19. 1d6f0f8 Merge "Added fuzzers for libbt-audio-hal-interface" by Treehugger Robot · 3 years ago
  20. 506ed81 Merge "LC3: Avoid potential null dereference" by Treehugger Robot · 3 years ago
  21. 71d6b74 Merge "Be more explicit on unexpected HCI events" by Treehugger Robot · 3 years ago
  22. cda5f5a Revert "gtbs: Add Generic Telephone Bearer Service implementation" by Jack He · 3 years ago
  23. 3b1979d gd: Always register for gd_acl events by Chris Manton · 3 years, 3 months ago
  24. 22158de Update HAL structure to include offload capability for unicast and broadcast by Patty · 3 years ago
  25. 1364509 Added fuzzers for libbt-audio-hal-interface by Anuj Joshi · 3 years, 2 months ago
  26. 8fea5b9 legacy: Remove main/shim/btm_api.cc::is_any_gd_enabled by Chris Manton · 3 years, 3 months ago
  27. 8db8606 legacy: Remove stack/metrics/stack_metrics_logging.cc::is_any_gd_enabled by Chris Manton · 3 years, 3 months ago
  28. 2d2f6ab Merge "security: fix a potential dereference of nullptr" by George Burgess · 3 years ago
  29. 5b958de Merge "SDP: Choose proper address for native command/callback" by Treehugger Robot · 3 years ago
  30. 9a74646 Merge "Add LE Audio COD constant definition" by Treehugger Robot · 3 years ago
  31. d41bc28 Merge "RootCanal: Disconnect peers on close" by Treehugger Robot · 3 years ago
  32. 3381ba7 Merge "le_impl: Clean up initializer list" by Treehugger Robot · 3 years ago
  33. 7cb24c7 Merge "Add better error message to build from bluetooth_packetgen" by Treehugger Robot · 3 years ago
  34. fc33612 Merge "legacy: Const-ify various btm_ble_" by Treehugger Robot · 3 years ago
  35. 2010ad5 Merge "L2CAP: Clear local id and remote cid in release_ccb" by Treehugger Robot · 3 years ago
  36. 1a727c8 Merge "L2CAP: Failed to send data to remote device on LE transport." by Treehugger Robot · 3 years ago
  37. e0f2188 Merge "L2CAP: Fix for infinite loop in LE Security Access" by Treehugger Robot · 3 years ago
  38. 6a48356 Merge "HID HOST: Choose proper address for native command/callback" by Treehugger Robot · 3 years ago
  39. 773233e Add LE Audio COD constant definition by Jakub Pawlowski · 3 years ago
  40. bc858b1 Merge "LE audio hardware offload: audio configuration update" by Treehugger Robot · 3 years ago
  41. 79631a9 Merge "gtbs: Add Generic Telephone Bearer Service implementation" by Treehugger Robot · 3 years ago
  42. 032fc8b legacy: Remove btif/src/stack_manager::is_any_gd_enabled by Chris Manton · 3 years, 3 months ago
  43. 63cbdff Be more explicit on unexpected HCI events by Myles Watson · 3 years ago
  44. b592073 security: fix a potential dereference of nullptr by George Burgess IV · 3 years, 2 months ago
  45. ca7744b Merge "le_audio: Fix build breakage" by Treehugger Robot · 3 years ago
  46. a52b62a legacy: Const-ify various btm_ble_ by Chris Manton · 3 years, 2 months ago
  47. c25f4ca Add better error message to build from bluetooth_packetgen by Chris Manton · 3 years, 1 month ago
  48. e762d38 le_impl: Clean up initializer list by Chris Manton · 3 years, 2 months ago
  49. 1cedf01 Merge "Root-Canal: Fix SCO / eSCO connection bringup" by Treehugger Robot · 3 years ago
  50. dcc6879 Merge changes from topic "hfp-client-connection-service-package" by Sal Savage · 3 years ago
  51. 4fb4d45 Merge "gd/parser: Fix flaky compilation" by Treehugger Robot · 3 years ago
  52. e02c5cb le_audio: Fix build breakage by Abhishek Pandit-Subedi · 3 years ago
  53. 6601d3f Merge "Revise the provider null checker times" by Treehugger Robot · 3 years ago
  54. a1dd5d6 gtbs: Add Generic Telephone Bearer Service implementation by Mariusz Skamra · 3 years, 1 month ago
  55. c3f809b LC3: Avoid potential null dereference by Greg Kaiser · 3 years ago
  56. 36c2202 Root-Canal: Fix SCO / eSCO connection bringup by Henri Chataing · 3 years ago
  57. 06651a5 LE audio hardware offload: audio configuration update by Alice Kuo · 3 years ago
  58. ffc850a RootCanal: Disconnect peers on close by David Duarte · 3 years, 1 month ago
  59. e1e1f14 Merge "LE audio hardware offload session switch for encode direction" by Treehugger Robot · 3 years ago
  60. 11be7cd Revise the provider null checker times by Alice Kuo · 3 years ago
  61. 422f55d LE audio hardware offload session switch for encode direction by Alice Kuo · 3 years ago
  62. 438f487 Use new LC3 encoder API by Jakub Pawlowski · 3 years ago
  63. 1fdc954 Add new LC3 decoder by Antoine Soulier · 3 years ago
  64. d0a41af Move lc3_enc -> lc3 by Jakub Pawlowski · 3 years ago
  65. ea49b3c Merge "Move LC3 decoder" by Jakub Pawłowski · 3 years ago
  66. d044d3e Merge "Log presentation delay for the group" by Jakub Pawłowski · 3 years ago
  67. ce1cdfc Move LC3 decoder by Jakub Pawlowski · 3 years ago
  68. e28902f gd/parser: Fix flaky compilation by Gwendal Grignou · 3 years ago
  69. 111ff20 Delete previous LC3 encoder implementation by Jakub Pawlowski · 3 years ago
  70. 951b684 Log presentation delay for the group by Jakub Pawlowski · 3 years ago
  71. 5ff6112 L2CAP: Failed to send data to remote device on LE transport. by janardhana rao bokka · 3 years, 1 month ago
  72. 4a410bc L2CAP: Fix for infinite loop in LE Security Access by janardhana rao bokka · 3 years, 1 month ago
  73. f900477 L2CAP: Clear local id and remote cid in release_ccb by janardhana rao bokka · 3 years, 1 month ago
  74. 564eb60 Remove duplicate function addressToBytes by Chienyuan · 3 years ago
  75. 406c2c9 SDP: Choose proper address for native command/callback by Chienyuan · 3 years ago
  76. c090ca4 Merge "Use Common Audio Service UUID from latest assigned numbers" by Treehugger Robot · 3 years ago
  77. e7fee40 Turn channel map for advertising into property by Jakub Pawlowski · 3 years, 1 month ago
  78. e5ec581 Use Common Audio Service UUID from latest assigned numbers by Jakub Pawlowski · 3 years ago
  79. f84524e Merge "Add QUERY_AUDIO_STATE permission" by William Escande · 3 years ago
  80. dd35660 Merge "Reorder LE Audio related services start." by Treehugger Robot · 3 years ago
  81. 2ecced6 Merge "mcp: Fix NPE from getMediaStateChar" by Kyunglyul Hyun · 3 years ago
  82. 0f30720 Reorder LE Audio related services start. by Jakub Pawlowski · 3 years ago
  83. 6d109fc Merge "Use atomic variable to avoid race condition" by Treehugger Robot · 3 years ago
  84. 80c5fea Use atomic variable to avoid race condition by Patty · 3 years ago
  85. 7722360 Merge "Get default LE audio offload codec capability from HAL" by Treehugger Robot · 3 years ago
  86. 0ec9db9 mcp: Fix NPE from getMediaStateChar by Kyunglyul Hyun · 3 years ago
  87. 879520c Merge "Add Audi Carkit into IOP table to only use AVRCP 1.4" by More Kuo · 3 years ago
  88. f1e63c0 Replace BluetoothHeadsetClientCall with internal HfpClientCall by Sal Savage · 3 years, 1 month ago
  89. b0fc59d Remove HFP Client Connection Service's usage of BluetoothHeadsetClient by Sal Savage · 3 years, 1 month ago
  90. e69b8c9 leaudio: Remove not needed flag in the stream_conf by Łukasz Rymanowski · 3 years, 1 month ago
  91. d563197 leaudio: Improve handling OnAudioSink/SourceResume by Łukasz Rymanowski · 3 years, 1 month ago
  92. ca6a502 leaudio: Extract helper function to print audio configuration by Łukasz Rymanowski · 3 years, 1 month ago
  93. 586a49c leaudio: Add suspend timeout in streaming case by Łukasz Rymanowski · 3 years, 1 month ago
  94. b5859f2 Get default LE audio offload codec capability from HAL by Patty · 3 years, 1 month ago
  95. a807315 Have HfpClientConnectionService get updates directly from HFP service by Sal Savage · 3 years, 1 month ago
  96. 536918d Move HFP Client Connection Service to the HFP Client package by Sal Savage · 3 years, 1 month ago
  97. fd0d1bd Merge "le_audio: Add support for max codec frame per SDU" by Jakub Pawłowski · 3 years, 1 month ago
  98. 347478e le_audio: Add support for max codec frame per SDU by Grzegorz Kołodziejczyk · 3 years, 1 month ago
  99. c726988 leaudio: Remove old LC3 encoder by Łukasz Rymanowski · 3 years, 1 month ago
  100. 51b38ff LeAudioService: Extend dump information by Łukasz Rymanowski · 3 years, 1 month ago