1. 0cc6e74 Genericize handling command responses, so reduce duplicated code by Zach Johnson · 5 years ago
  2. d5fcff5 Move contents of Start & Stop to HciLayer from impl by Zach Johnson · 5 years ago
  3. 392a493 Merge changes I980a3c28,I4f686d13 by Zach Johnson · 5 years ago
  4. 717697e PyHci: Modify to allow acl_streaming flag. by Martin Brabham · 5 years ago
  5. c599487 Add ContextualCallback and start using for hci events by Zach Johnson · 5 years ago
  6. 5e4ff82 Create ContextualOnceCallback, to bind together a context and a callback by Zach Johnson · 5 years ago
  7. d8170d3 Merge changes I17ccda26,Ie4904c38,I93b83535,I595819d0,Id2975243, ... by Zach Johnson · 5 years ago
  8. 4d8608e Merge "Separate LE connection state from callbacks" by Treehugger Robot · 5 years ago
  9. f90babf Merge "LE link_manager_test factor out user_handler" by Treehugger Robot · 5 years ago
  10. 282c099 Merge "L2cap: Update some test cases" by Treehugger Robot · 5 years ago
  11. e691d0c use on_XYZ as convention for event callbacks inside HciLayer::impl by Zach Johnson · 5 years ago
  12. e8e729b Clean up namespaces inside hci_layer by Zach Johnson · 5 years ago
  13. e67a0fd Collapse send_acl into dequeue_and_send_acl by Zach Johnson · 5 years ago
  14. 5549351 Move hal callbacks into their own object, to clarify execution context by Zach Johnson · 5 years ago
  15. 2b3fcf7 Add function on EventHandler<T> to post events back by Zach Johnson · 5 years ago
  16. 3814d9f Make EventHandler generic, so we use it to replace SubeventHandler by Zach Johnson · 5 years ago
  17. 3157fe6 Add common::BindOn to simplify binding callbacks to instance methods. by Zach Johnson · 5 years ago
  18. bbe519f Begin migrating context switching out of impl by Zach Johnson · 5 years ago
  19. 083ca4e Merge "gd HCI: add test for RoundRobinScheduler" by Treehugger Robot · 5 years ago
  20. b96b24e gd HCI: add test for RoundRobinScheduler by Chienyuan · 5 years ago
  21. 777281f L2cap: Update some test cases by Hansong Zhang · 5 years ago
  22. 9fa1102 Collapse HciLayer::GetAclQueueEnd() by Zach Johnson · 5 years ago
  23. 019e1f5 Make hci_layer module lifecycle functions protected, to match module.h by Zach Johnson · 5 years ago
  24. 3d53b13 Move trivial functions from hci_layer.cc to hci_layer.h by Zach Johnson · 5 years ago
  25. ce03e66 Add CallOn variant of Module.Call() by Zach Johnson · 5 years ago
  26. d5b9332 Add Module.Call() to cut down on module boilerplate by Zach Johnson · 5 years ago
  27. c4c7fef Separate LE connection state from callbacks by Myles Watson · 5 years ago
  28. 5fd1430 LE link_manager_test factor out user_handler by Myles Watson · 5 years ago
  29. b5230ac Merge "L2cap SignallingManager fix and improvement" by Treehugger Robot · 5 years ago
  30. e325a3e Merge changes I3c04cd9c,I1f97ac20 by Treehugger Robot · 5 years ago
  31. f52df44 Merge "Use the HCI Interfaces" by Treehugger Robot · 5 years ago
  32. 9787c3f Merge "A2DP: Fix integer sanitizer in SBC encoder" by Treehugger Robot · 5 years ago
  33. 09051ad RootCanal: ReadDefaultLinkPolicySettings by Myles Watson · 5 years ago
  34. a4be0ed L2cap SignallingManager fix and improvement by Hansong Zhang · 5 years ago
  35. f30028d A2DP: Fix integer sanitizer in SBC encoder by Cheney Ni · 5 years ago
  36. 1898c2d HCI: Allow multiple connection callbacks in tests by Myles Watson · 5 years ago
  37. 395e8ac Use the HCI Interfaces by Myles Watson · 5 years ago
  38. 64f9b53 Merge "GD: Pass initiator address between ACL manager and Security Manager" by Jakub Pawlowski · 5 years ago
  39. 1849f69 GD: Pass initiator address between ACL manager and Security Manager by Jakub Pawlowski · 5 years ago
  40. 14b77cb Revert "Mark updatable APEXes" by Jiyong Park · 5 years ago
  41. ca2839c Merge "Cert: Add test to verify exception chaining with test decorators" by Treehugger Robot · 5 years ago
  42. 9b06df6 Merge "Add FuzzTestModuleRegistry to clean up fuzz tests" by Treehugger Robot · 5 years ago
  43. 3b18f28 Merge "L2cap cert tests: Set initator address from the test" by Treehugger Robot · 5 years ago
  44. d71d470 Add FuzzTestModuleRegistry to clean up fuzz tests by Zach Johnson · 5 years ago
  45. 1ecb561 Merge changes Ifca979db,Iff63f090,I0c0aa26e,I747ad92b by Zach Johnson · 5 years ago
  46. ed12619 Merge "Behavior: Add wait for timeout" by Treehugger Robot · 5 years ago
  47. 7c51984 L2cap cert tests: Set initator address from the test by Jakub Pawlowski · 5 years ago
  48. 28c906b Add very basic AclManager fuzz test by Zach Johnson · 5 years ago
  49. 85bd8d7 PDL: Limit RawBuilder to tests by Myles Watson · 5 years ago
  50. ae1f6c4 Move GetArbitraryBytes to common fuzz helpers by Zach Johnson · 5 years ago
  51. 6083878 Rename bluetooth_gd_hci_fuzz_test target to bluetooth_gd_hci_layer_fuzz_test by Zach Johnson · 5 years ago
  52. 37208ab Rename DevNullHci to HciLayerFuzzClient by Zach Johnson · 5 years ago
  53. fea737d Behavior: Add wait for timeout by Hansong Zhang · 5 years ago
  54. 2097bbd Merge changes Ic98d029e,I51f8bdd9 by Zach Johnson · 5 years ago
  55. 5d21f3f Merge "reactor: guard against a potential segfault" by Treehugger Robot · 5 years ago
  56. b22c20f Merge "LE L2CAP cert tests: don't repeat the address" by Treehugger Robot · 5 years ago
  57. c4f1261 Merge "Add fuzzing for rest of interfaces on hci_layer" by Treehugger Robot · 5 years ago
  58. dbedfc1 Merge "Add ability to inject hci commands for fuzzing" by Treehugger Robot · 5 years ago
  59. e2023d9 Merge "Use templates to simplify command interfaces for HCI" by Treehugger Robot · 5 years ago
  60. 757eb92 Merge "Add fuzzer concepts to inject builders into a layer" by Treehugger Robot · 5 years ago
  61. 6896989 LE L2CAP cert tests: don't repeat the address by Jakub Pawlowski · 5 years ago
  62. 7bfb6c1 reactor: guard against a potential segfault by George Burgess IV · 5 years ago
  63. 8cd3117 Cert: Add test to verify exception chaining with test decorators by Jack He · 5 years ago
  64. a9d8924 Add fake_timerfd_cap_at to allow tests to prevent error conditions by Zach Johnson · 5 years ago
  65. 5330e0e Use new View.FromBytes function available in testing by Zach Johnson · 5 years ago
  66. 03fb510 Add fuzzing for rest of interfaces on hci_layer by Zach Johnson · 5 years ago
  67. 8e8077f Merge "Send the only song in queue as now playing song when get item attributes of now playing" by Treehugger Robot · 5 years ago
  68. a760c7f Merge "gd HCI: Split credits of Classic and Le" by Treehugger Robot · 5 years ago
  69. 5c6ba62 Add ability to inject hci commands for fuzzing by Zach Johnson · 5 years ago
  70. d8a529b Use templates to simplify command interfaces for HCI by Zach Johnson · 5 years ago
  71. 7cab7cf Add fuzzer concepts to inject builders into a layer by Zach Johnson · 5 years ago
  72. a654b17 Merge "Cert: Generate backing process code coverage report after test run" by Treehugger Robot · 5 years ago
  73. 29780fb Merge "Cert: Free resources occupying required ports during setup" by Treehugger Robot · 5 years ago
  74. 639860b Merge "Add sco data to the hci layer fuzz test" by Treehugger Robot · 5 years ago
  75. a094e97 Cert: Generate backing process code coverage report after test run by Jack He · 5 years ago
  76. ebd72a9 Cert: Free resources occupying required ports during setup by Jack He · 5 years ago
  77. 1ac34f7 Merge "Add explicit dependencies on jni_headers" by Orion Hodson · 5 years ago
  78. c30cfbc Merge "AVCRP Controller support Get Item Attributes" by Sal Savage · 5 years ago
  79. 966285f Merge "Add fake_timerfd so time is deterministic in fuzz tests" by Treehugger Robot · 5 years ago
  80. 9fbba67 Add sco data to the hci layer fuzz test by Zach Johnson · 5 years ago
  81. 7fe06a8 Add fake_timerfd so time is deterministic in fuzz tests by Zach Johnson · 5 years ago
  82. 916c1ec gd HCI: Split credits of Classic and Le by Chienyuan · 5 years ago
  83. 3342111 Add explicit dependencies on jni_headers by Orion Hodson · 5 years ago
  84. 9217e00 Merge changes from topic "a2dp_cleanup" by Treehugger Robot · 5 years ago
  85. 52291da Merge "Cert: Add PySecurity" by Treehugger Robot · 5 years ago
  86. 5466b23 Merge "SM: Implement and use facade configuration API" by Treehugger Robot · 5 years ago
  87. bb1bd54 Merge "SM: Add a way to configure IOCAP, AUTHREQ, and OOBDATAPRESENT" by Treehugger Robot · 5 years ago
  88. 51bb3e2 A2DP: Wait for previous AVDTP instance to be clean up before re-enabling by Cheney Ni · 5 years ago
  89. 7e22ea2 Remove SentinelWorkItem since we have Reactor.WaitForIdle by Zach Johnson · 5 years ago
  90. bab0146 Add Reactor.WaitForIdle by Zach Johnson · 5 years ago
  91. 01ea436 Merge "Refactor hci_layer_fuzz_test to use FDP" by Zach Johnson · 5 years ago
  92. eeeff97 Cert: Add PySecurity by Martin Brabham · 5 years ago
  93. 3b595a3 SM: Implement and use facade configuration API by Martin Brabham · 5 years ago
  94. 6d90adb SM: Add a way to configure IOCAP, AUTHREQ, and OOBDATAPRESENT by Martin Brabham · 5 years ago
  95. 4ea4ffc Refactor hci_layer_fuzz_test to use FDP by Zach Johnson · 5 years ago
  96. 8973fb8 Merge "Initial entry dump module proto" by Treehugger Robot · 5 years ago
  97. 9d36a52 AVCRP Controller support Get Item Attributes by Sal Savage · 5 years ago
  98. c8d6018 Merge "Add ability to pass crash input to gd/fuzz/run" by Treehugger Robot · 5 years ago
  99. 6b1dcfc L2capTest stability improvement by Hansong Zhang · 5 years ago
  100. 370c655 Initial entry dump module proto by Chris Manton · 5 years ago