1. 85f5f7c Make fuzz/run use shorthand for fuzz tests by Zach Johnson · 4 years, 9 months ago
  2. 69f13a6 Reorganize fuzz tests to use injectArbitrary by Zach Johnson · 4 years, 9 months ago
  3. 3e8854a Remove using statements from handler.h by Zach Johnson · 4 years, 9 months ago
  4. 5ca147d Merge "AclManager: Split callbacks for LE and classic" by Treehugger Robot · 4 years, 9 months ago
  5. 04ccf9d5 Merge changes I9b36401d,I7cfcf5f7 by Treehugger Robot · 4 years, 9 months ago
  6. 028c569 AclManager: Split callbacks for LE and classic by Myles Watson · 4 years, 9 months ago
  7. 29da2ed AclManager: Use a shared pointer for the queue by Myles Watson · 4 years, 9 months ago
  8. d783352 AclManager: Create a shared assembler by Myles Watson · 4 years, 9 months ago
  9. a07667f Update call of HAL 1.1 bluetooth HCI initialization by Grzegorz Kołodziejczyk · 4 years, 9 months ago
  10. 06f0f46 L2CAP: Separate classic security policy and LE by Hansong Zhang · 4 years, 9 months ago
  11. 0215ff1 Remove simple_security_test by Martin Brabham · 4 years, 9 months ago
  12. c5ca7d3 Exclude deleted Python files from YAPF checker by Jack He · 4 years, 9 months ago
  13. 974abb3 Merge "Cert: Dump stacktrace when stack process crashed on host" by Treehugger Robot · 4 years, 9 months ago
  14. f41baa9 Merge changes from topic "gd_sm_pts" by Treehugger Robot · 4 years, 9 months ago
  15. 2678664 Cert: Dump stacktrace when stack process crashed on host by Jack He · 4 years, 9 months ago
  16. 44edcf9 LeL2capTest: Add two missing test cases by Hansong Zhang · 4 years, 9 months ago
  17. 2b88c82 Cert: Add basic numeric comparison security test function by Martin Brabham · 4 years, 11 months ago
  18. 85d3b9b HciMatchers for security cert tests by Martin Brabham · 4 years, 9 months ago
  19. 9d0b53f Actually call method after binding by Chris Manton · 4 years, 9 months ago
  20. d61939e Merge "GD: More meaningful errors around events" by Treehugger Robot · 4 years, 9 months ago
  21. e7b91a2 Merge "Disable AclManagerTest.invoke_registered_callback_le_disconnect_data_race" by Treehugger Robot · 4 years, 9 months ago
  22. e8367e6 GD: More meaningful errors around events by Jakub Pawlowski · 4 years, 9 months ago
  23. 7343f7d Disable AclManagerTest.invoke_registered_callback_le_disconnect_data_race by Zach Johnson · 4 years, 9 months ago
  24. e9225a8 L2cap ERTM: Enter local busy on EnqueueBuffer full by Hansong Zhang · 4 years, 9 months ago
  25. e8b60c2 HCI: Move interfaces to HciLayer from impl by Myles Watson · 4 years, 9 months ago
  26. f0d9e30 Merge "Pipe through attributionTag through BT" by Philip P. Moltmann · 4 years, 9 months ago
  27. b10bd35 Merge changes Ib69191fa,I9c2029ef by Zach Johnson · 4 years, 9 months ago
  28. be7e5ea Merge "Fix bugprone-posix-return warnings" by Chih-hung Hsieh · 4 years, 9 months ago
  29. b8c4cc0 Merge "Trigger gd legacy from legacy dumpsys" by Treehugger Robot · 4 years, 9 months ago
  30. 7a77dc5 Merge "Fill out the dump module proto" by Treehugger Robot · 4 years, 9 months ago
  31. 012204a Fix bugprone-posix-return warnings by Chih-Hung Hsieh · 4 years, 9 months ago
  32. 632bead Merge "Cert: Add CertSecurity" by Treehugger Robot · 4 years, 9 months ago
  33. d485c42 Merge changes Ife839c36,I2fbb5134,I41bb98e1 by Zach Johnson · 4 years, 9 months ago
  34. 3a63d27 Merge "Move contents of Start & Stop to HciLayer from impl" by Treehugger Robot · 4 years, 9 months ago
  35. d127e85 Trigger gd legacy from legacy dumpsys by Chris Manton · 4 years, 9 months ago
  36. 73a347a Fill out the dump module proto by Chris Manton · 4 years, 9 months ago
  37. 120ae1e Remove unused usings by Zach Johnson · 4 years, 9 months ago
  38. 48df508 More event simplification in HciLayer by Zach Johnson · 4 years, 9 months ago
  39. dea3d8e Reorganize HciLayer::impl to group related functions together by Zach Johnson · 4 years, 9 months ago
  40. e58465a Remove std:: prefix from move & unique_ptr by Zach Johnson · 4 years, 9 months ago
  41. 0cc6e74 Genericize handling command responses, so reduce duplicated code by Zach Johnson · 4 years, 9 months ago
  42. fde5b9c Merge "GD: random address rotation" by Treehugger Robot · 4 years, 9 months ago
  43. c1e8024 Merge "Check search state when cancel read remote name procedure" by Treehugger Robot · 4 years, 9 months ago
  44. f359e5b Merge "Into the BG connection when the HA disconnects from remote side" by Treehugger Robot · 4 years, 9 months ago
  45. 27e1f53 GD: random address rotation by Jakub Pawlowski · 4 years, 10 months ago
  46. d5fcff5 Move contents of Start & Stop to HciLayer from impl by Zach Johnson · 4 years, 9 months ago
  47. 392a493 Merge changes I980a3c28,I4f686d13 by Zach Johnson · 4 years, 9 months ago
  48. 5ac0966 Cert: Add CertSecurity by Martin Brabham · 4 years, 11 months ago
  49. 717697e PyHci: Modify to allow acl_streaming flag. by Martin Brabham · 4 years, 9 months ago
  50. c599487 Add ContextualCallback and start using for hci events by Zach Johnson · 4 years, 9 months ago
  51. 5e4ff82 Create ContextualOnceCallback, to bind together a context and a callback by Zach Johnson · 4 years, 9 months ago
  52. d8170d3 Merge changes I17ccda26,Ie4904c38,I93b83535,I595819d0,Id2975243, ... by Zach Johnson · 4 years, 9 months ago
  53. 4d8608e Merge "Separate LE connection state from callbacks" by Treehugger Robot · 4 years, 9 months ago
  54. f90babf Merge "LE link_manager_test factor out user_handler" by Treehugger Robot · 4 years, 9 months ago
  55. 282c099 Merge "L2cap: Update some test cases" by Treehugger Robot · 4 years, 9 months ago
  56. e691d0c use on_XYZ as convention for event callbacks inside HciLayer::impl by Zach Johnson · 4 years, 9 months ago
  57. e8e729b Clean up namespaces inside hci_layer by Zach Johnson · 4 years, 9 months ago
  58. e67a0fd Collapse send_acl into dequeue_and_send_acl by Zach Johnson · 4 years, 9 months ago
  59. 5549351 Move hal callbacks into their own object, to clarify execution context by Zach Johnson · 4 years, 9 months ago
  60. 2b3fcf7 Add function on EventHandler<T> to post events back by Zach Johnson · 4 years, 9 months ago
  61. 3814d9f Make EventHandler generic, so we use it to replace SubeventHandler by Zach Johnson · 4 years, 9 months ago
  62. 3157fe6 Add common::BindOn to simplify binding callbacks to instance methods. by Zach Johnson · 4 years, 9 months ago
  63. bbe519f Begin migrating context switching out of impl by Zach Johnson · 4 years, 9 months ago
  64. 083ca4e Merge "gd HCI: add test for RoundRobinScheduler" by Treehugger Robot · 4 years, 9 months ago
  65. b96b24e gd HCI: add test for RoundRobinScheduler by Chienyuan · 4 years, 10 months ago
  66. 777281f L2cap: Update some test cases by Hansong Zhang · 4 years, 10 months ago
  67. 9fa1102 Collapse HciLayer::GetAclQueueEnd() by Zach Johnson · 4 years, 9 months ago
  68. 019e1f5 Make hci_layer module lifecycle functions protected, to match module.h by Zach Johnson · 4 years, 9 months ago
  69. 3d53b13 Move trivial functions from hci_layer.cc to hci_layer.h by Zach Johnson · 4 years, 9 months ago
  70. ce03e66 Add CallOn variant of Module.Call() by Zach Johnson · 4 years, 9 months ago
  71. d5b9332 Add Module.Call() to cut down on module boilerplate by Zach Johnson · 4 years, 9 months ago
  72. c4c7fef Separate LE connection state from callbacks by Myles Watson · 4 years, 10 months ago
  73. 5fd1430 LE link_manager_test factor out user_handler by Myles Watson · 4 years, 10 months ago
  74. b5230ac Merge "L2cap SignallingManager fix and improvement" by Treehugger Robot · 4 years, 9 months ago
  75. e325a3e Merge changes I3c04cd9c,I1f97ac20 by Treehugger Robot · 4 years, 9 months ago
  76. f52df44 Merge "Use the HCI Interfaces" by Treehugger Robot · 4 years, 9 months ago
  77. 9787c3f Merge "A2DP: Fix integer sanitizer in SBC encoder" by Treehugger Robot · 4 years, 9 months ago
  78. 09051ad RootCanal: ReadDefaultLinkPolicySettings by Myles Watson · 4 years, 10 months ago
  79. a4be0ed L2cap SignallingManager fix and improvement by Hansong Zhang · 4 years, 10 months ago
  80. f30028d A2DP: Fix integer sanitizer in SBC encoder by Cheney Ni · 4 years, 10 months ago
  81. 1898c2d HCI: Allow multiple connection callbacks in tests by Myles Watson · 4 years, 10 months ago
  82. 395e8ac Use the HCI Interfaces by Myles Watson · 4 years, 10 months ago
  83. 64f9b53 Merge "GD: Pass initiator address between ACL manager and Security Manager" by Jakub Pawlowski · 4 years, 9 months ago
  84. 1849f69 GD: Pass initiator address between ACL manager and Security Manager by Jakub Pawlowski · 4 years, 10 months ago
  85. ca2839c Merge "Cert: Add test to verify exception chaining with test decorators" by Treehugger Robot · 4 years, 10 months ago
  86. 9b06df6 Merge "Add FuzzTestModuleRegistry to clean up fuzz tests" by Treehugger Robot · 4 years, 10 months ago
  87. 3b18f28 Merge "L2cap cert tests: Set initator address from the test" by Treehugger Robot · 4 years, 10 months ago
  88. d71d470 Add FuzzTestModuleRegistry to clean up fuzz tests by Zach Johnson · 4 years, 10 months ago
  89. 1ecb561 Merge changes Ifca979db,Iff63f090,I0c0aa26e,I747ad92b by Zach Johnson · 4 years, 10 months ago
  90. ed12619 Merge "Behavior: Add wait for timeout" by Treehugger Robot · 4 years, 10 months ago
  91. 7c51984 L2cap cert tests: Set initator address from the test by Jakub Pawlowski · 4 years, 10 months ago
  92. 28c906b Add very basic AclManager fuzz test by Zach Johnson · 4 years, 10 months ago
  93. 85bd8d7 PDL: Limit RawBuilder to tests by Myles Watson · 4 years, 10 months ago
  94. ae1f6c4 Move GetArbitraryBytes to common fuzz helpers by Zach Johnson · 4 years, 10 months ago
  95. 6083878 Rename bluetooth_gd_hci_fuzz_test target to bluetooth_gd_hci_layer_fuzz_test by Zach Johnson · 4 years, 10 months ago
  96. 37208ab Rename DevNullHci to HciLayerFuzzClient by Zach Johnson · 4 years, 10 months ago
  97. fea737d Behavior: Add wait for timeout by Hansong Zhang · 4 years, 10 months ago
  98. 2097bbd Merge changes Ic98d029e,I51f8bdd9 by Zach Johnson · 4 years, 10 months ago
  99. 01ba902 Check search state when cancel read remote name procedure by cheng_cai · 4 years, 10 months ago
  100. 5d21f3f Merge "reactor: guard against a potential segfault" by Treehugger Robot · 4 years, 10 months ago