OSDN Git Service

android-x86/system-bt.git
2020-03-03 Treehugger... Merge "User "return" instead of "exit" in shell scripts"
2020-03-03 Treehugger... Merge changes Ib5197ec5,I9a155234
2020-03-03 Treehugger... Merge "gd: pts test L2CAP/COS/CFD/BV-12-C"
2020-03-03 Jack HeUser "return" instead of "exit" in shell scripts
2020-03-03 Hansong ZhangL2CAP: Minor fixes
2020-03-03 Chris Mantongd: pts test L2CAP/COS/CFD/BV-12-C
2020-03-02 Chris Mantongd: pts test L2CAP/COS/CFD/BV-05-C
2020-03-02 Chris Mantongd: pts test L2CAP/COS/CFD/BV-02-C
2020-03-02 Hansong ZhangModule: Increase StopTimeout to 2000 ms
2020-03-02 Zach JohnsonMerge changes Ib9f7e800,Ife714ad8,I9f73cf16,I6879d056...
2020-03-02 Treehugger... Merge "GD SMP: Fix logic error in picking dialog type"
2020-03-02 Treehugger... Merge changes I5578a52e,I36446c92
2020-03-02 Treehugger... Merge changes Iafd263c7,I29300b6b,If8422986,Ied877cd6...
2020-03-02 Treehugger... Merge "Add PyHciAclConnection"
2020-03-02 Treehugger... Merge changes If61ab95a,Id9b7d89a
2020-03-02 Jakub PawlowskiGD SMP: Fix logic error in picking dialog type
2020-03-02 Zach JohnsonMigrate remaining event stream asserts in L2capTest...
2020-03-02 Zach JohnsonMigrate information frames to matchers
2020-03-02 Zach JohnsonMigrate supervisory frame matching logic
2020-03-02 Zach JohnsonReplace a few more matchers
2020-03-02 Zach JohnsonMigrate connection response to L2capMatchers
2020-03-02 Zach JohnsonStart migrating l2cap packet matchers to their own...
2020-03-02 Zach JohnsonSimplify packet parsing/filtering for L2capTest
2020-03-02 Zach JohnsonFix config request/response order comments
2020-03-02 Zach JohnsonReplace hardcoded control packet handling with lookup...
2020-03-02 Zach JohnsonReplace direct usages of acl manager stream with acl...
2020-03-01 Zach JohnsonRegister _handle_control_packet in a single place
2020-03-01 Zach JohnsonMigrate to use cert_acl instead of cert_acl_handle
2020-03-01 Zach JohnsonRemove cert_acl_data_stream from _open_channel, as...
2020-03-01 Zach JohnsonRemove cert_acl_handle return value, as it was not...
2020-03-01 Zach JohnsonBegin migrating L2capTest to use PyAclManager
2020-03-01 Zach JohnsonBegin PyL2cap, to make interfacing with l2cap facade...
2020-03-01 Zach JohnsonAdd Closable, to reduce repeated code
2020-03-01 Treehugger... Merge "Add function on hci to send commands (with statu...
2020-03-01 Jiyong ParkMerge "Mark updatable APEXes"
2020-03-01 Treehugger... Merge "Cert: Add directory structure to genrule"
2020-02-29 Zach JohnsonMove captures & PyHci/PyAclManager to common cert
2020-02-29 Zach JohnsonMove common setup to setup_test & teardown_test
2020-02-29 Zach JohnsonAdd IEventStream, so other subjects can use emit, etc
2020-02-29 Zach JohnsonFlesh out PyAclManager a little more
2020-02-29 Jack HeCert: Add directory structure to genrule
2020-02-29 Zach JohnsonStart PyAclManager, to simplify interaction with AclManager
2020-02-29 Zach JohnsonAdd PyHciAclConnection
2020-02-29 Zach JohnsonAdd PyHci helpers for page/scan and reading own address
2020-02-29 Zach JohnsonAdd PyHci, to simplify interactions with HCI (not HCI_I...
2020-02-29 Zach JohnsonAdd function on hci to send commands (with status and...
2020-02-29 Zach JohnsonAdd helper function on hci, to simplify hci event strea...
2020-02-28 Zach JohnsonAdd function to request multiple event types from hci
2020-02-28 Zach JohnsonMerge changes I56018319,Id324c5b4,I73e50e6c
2020-02-28 Treehugger... Merge "Add event stream to cert/truth, and start using...
2020-02-28 Treehugger... Merge "Add a truth module, to make cert asserts more...
2020-02-28 Treehugger... Merge "Register bond state change change callbacks...
2020-02-28 Treehugger... Merge "ModuleRegistry: Delete Module after all are...
2020-02-28 Treehugger... Merge "gd: l2cap Skip undefined options when parsing"
2020-02-28 Zach JohnsonAdd captures, to clean up test logic and make tests...
2020-02-28 Zach JohnsonAdd multi-matcher assert on EventStream, and expose...
2020-02-28 Zach JohnsonMerge EventCallbackStream & EventAsserts into EventStream
2020-02-28 Zach JohnsonAdd event stream to cert/truth, and start using in...
2020-02-28 Zach JohnsonAdd a truth module, to make cert asserts more fluent
2020-02-28 Chris Mantongd: l2cap Skip undefined options when parsing
2020-02-28 Hansong ZhangModuleRegistry: Delete Module after all are stopped
2020-02-28 Hansong ZhangL2capTest: Fix cert device name
2020-02-28 Jakub PawlowskiRegister bond state change change callbacks in shim
2020-02-28 Zach JohnsonSome simplifications to ControllerTest
2020-02-28 Treehugger... Merge "Wire Security UI callback for pin entry cases"
2020-02-27 Treehugger... Merge "SM: Fix cert test"
2020-02-27 Jakub PawlowskiWire Security UI callback for pin entry cases
2020-02-27 Greg KaiserFix logic bug in shim
2020-02-27 Jakub PawlowskiWire Security UI callbacks
2020-02-27 Martin BrabhamSM: Fix cert test
2020-02-27 Treehugger... Merge changes I29072204,Ica71783b
2020-02-27 Treehugger... Merge "Simplify running cert tests and allow filtering...
2020-02-27 Jiyong ParkMark updatable APEXes
2020-02-27 Hansong ZhangFix ACL Manager start_round_robin logic and add log
2020-02-26 Treehugger... Merge "gd: Add l2cap pts cert test"
2020-02-26 Zach JohnsonRename device_under_test and cert_device, to simpler...
2020-02-26 Zach JohnsonSimplify cert test setup
2020-02-26 Zach JohnsonSimplify running cert tests and allow filtering, auto...
2020-02-26 Chris Mantongd: Add l2cap pts cert test
2020-02-26 Jakub PawlowskiBonding: pass device_type into GD shim and guess the...
2020-02-25 Hansong ZhangL2CAP: Don't crash when receiving from unopened channel
2020-02-25 Hansong ZhangCertSelfTest: Fix test_l2cap_config_options
2020-02-25 Treehugger... Merge "gd: Clean up acl after disconnect"
2020-02-24 Myles WatsonL2CAP: Use PDL to build cert config
2020-02-24 Myles WatsonPDL: Always default initialize members
2020-02-24 Myles WatsonL2CAP: Always set the FCS type
2020-02-24 Myles WatsonPDL Pybind: Add _reparsed struct
2020-02-24 Chris Mantongd: Clean up acl after disconnect
2020-02-24 Treehugger... Merge "Virtualenv: Check return value before popd"
2020-02-24 Jakub PawlowskiSecurity: Allow UI handlers in either order
2020-02-23 Martin BrabhamMerge "SHIM: Plumb UI for security"
2020-02-22 Alain Michauddoc: Fixing broken link in README
2020-02-22 Treehugger... Merge changes Idbae0672,I3b4e9294
2020-02-21 Treehugger... Merge "Add functions to integrate the full spec of...
2020-02-21 Hansong ZhangAclManager: Unregister ACL Credit during Stop()
2020-02-21 Hansong ZhangCert: Clean up some unused code
2020-02-21 Treehugger... Merge "gd: l2cap classic fixed channel test"
2020-02-21 Treehugger... Merge "Remove C++ cert stack"
2020-02-21 Martin BrabhamSHIM: Plumb UI for security
2020-02-21 Myles WatsonVirtualenv: Check return value before popd
next