Skip to content
Snippets Groups Projects
  1. Apr 04, 2022
    • Martin Geisler's avatar
      pdl: fix computation of `SourceLocation` line numbers · 58836880
      Martin Geisler authored
      Before, we would always exit the loop at the first iteration since the
      `line_starts` passed in start with a zero offset. We should actually
      search through the line starts to find the last line which starts
      before the given offset.
      
      This also adds new unit tests to cover this.
      
      Test: atest pdl_inline_tests
      Change-Id: I171803822c3cb58deec167a2bc063cbd8f99110f
      58836880
  2. Mar 31, 2022
  3. Mar 28, 2022
    • Henri Chataing's avatar
      PDL: Import pdl-parser sources · bbd976e7
      Henri Chataing authored
      The PDL parser re-implementation currently parses
      input PDL source files, runs linter checks on
      the parsed AST, and serializes the AST to JSON.
      
      Test: m pdl + run against test/*.pdl
      Change-Id: If86e0265582e1ee21f14c1341c9069d43b17f97a
      bbd976e7
    • Alice Kuo's avatar
      Correct the data path direction setting in HCI_LE_Remove_ISO_data_path · 0be606aa
      Alice Kuo authored
      The data path direction is bit field in LE Remove ISO Data Path command.
      Bit 0: remove input data path
      Bit 1: remove output data path
      
      Bug: 226438214
      Test: make build
      Change-Id: I5ee340fc36c119fecd614115f779b9cb1bb5be38
      0be606aa
  4. Mar 22, 2022
  5. Mar 17, 2022
  6. Mar 11, 2022
  7. Mar 10, 2022
  8. Mar 09, 2022
    • Myles Watson's avatar
      RootCanal: Send LeReadRemoteFeatures on LE link · 13188fa1
      Myles Watson authored
      Bug: 223660948
      Test: cert/run
      Tag: #gd-refactor
      Change-Id: Ibde188d6ceceaa42314487fa3ef53c8900cc9de7
      13188fa1
    • Henri Chataing's avatar
      Root-Canal: Explicitly set initial advertising parameters · 19cc7715
      Henri Chataing authored
      The Core specification does not require that
      LE Set Advertising Parameters be called before
      LE Set Advertising Enable; instead default values
      are specified for all advertising parameters.
      
      This change lets hosts enable advertising
      using the default parameters.
      
      Test: PTS test GATT/SR/GAD/BV-01-C against Eiffel stack
      Change-Id: I5d429d40eddb7ceff3d33a7d864db48a8f2ed3e9
      19cc7715
  9. Mar 08, 2022
    • David Duarte's avatar
      RootCanal: Move into tools/ · 18c8bb01
      David Duarte authored
      Rename the namespace from test_vendor_lib to rootcanal
      
      Test: None
      Change-Id: I9cf72eef6c6100888faa0e6344ebd4c5b7ec716e
      18c8bb01
  10. Mar 07, 2022
    • David Duarte's avatar
      Create a new tools/ folder · fe376710
      David Duarte authored
      This folder will host Bluetooth tools
      The OWNERS file is copied from system/
      
      Test: None
      Change-Id: I29f3fc32794692ad2e62cc0e31a4339a4a2b1ea4
      fe376710
Loading