Skip to content
Snippets Groups Projects
  1. Jun 09, 2023
  2. Jun 08, 2023
  3. Jun 07, 2023
    • Henri Chataing's avatar
      Merge changes from topic "pdl-rust-migration" · be975c70
      Henri Chataing authored
      * changes:
        packetgen: Delete the rust generator
        gd/rust: Migrate to the new pdl rust generator
        floss: Add dependency on pdl-compiler
      be975c70
    • Treehugger Robot's avatar
      Merge "Remove unused callback" · efdf0848
      Treehugger Robot authored
      efdf0848
    • Eric Shih's avatar
      Fix presubmit error in AOSP · b0ed969c
      Eric Shih authored
      Add libosi to l2cap-fuzzer to fix the undefined symbol error.
      No need to add to AOSP due to no fuzz test in AOSP.
      
      Bug: 237393639
      Bug: 276759518
      Test: No need
      Ignore-AOSP-First: Dependency required for aosp/2588669
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1b55ebf80fbf8e21f7da661ec2b096bb03f57c7e)
      Merged-In: Ib04f96702b53930bdd7d18c40b79d1ee5e0aa7b6
      Change-Id: Ib04f96702b53930bdd7d18c40b79d1ee5e0aa7b6
      b0ed969c
    • Hui Peng's avatar
      Merge changes Ie624b4cb,I0a87bdb4,Id12dd5d9 · 21110c50
      Hui Peng authored
      * changes:
        Adding more bluetooth stack fuzzers.
        Updating Bluetooth stack fuzzer configurations
        Adding a Bluetooth SDP stack fuzzer
      21110c50
    • Xuan Xing's avatar
      Adding more bluetooth stack fuzzers. · bfebdebe
      Xuan Xing authored
      This change adds fuzzers for the following stack components:
      * SMP
      * GATT
      * BNEP
      * AVRC/AVCT
      * L2CAP
      
      Bug: 277109918
      Bug: 276759518
      
      Test: Manually build and test
      Merged-In: Ie624b4cbc8ac960d908ab62663d5a5dd5d5a8b63
      Change-Id: Ie624b4cbc8ac960d908ab62663d5a5dd5d5a8b63
      bfebdebe
    • Xuan Xing's avatar
      Updating Bluetooth stack fuzzer configurations · 80272831
      Xuan Xing authored
      This change adds the following default fuzzer settings:
      1. Disable debug output for performance
      2. Reducing the max corpus size to 4KB (default is 1MB)
      
      Test: Manual build and test
      Bug: 274525374
      Bug: 276759518
      
      Merged-In: I0a87bdb46bb5205dd112538e6b70954ea4c08f3b
      Change-Id: I0a87bdb46bb5205dd112538e6b70954ea4c08f3b
      80272831
    • Xuan Xing's avatar
      Adding a Bluetooth SDP stack fuzzer · 84a20dac
      Xuan Xing authored
      Test: Manually build the SDP fuzzer
      
      Bug: 274525374
      Bug: 276759518
      Merged-In: Id12dd5d922f3eb71081413323b1e22bb1780c2df
      Change-Id: Id12dd5d922f3eb71081413323b1e22bb1780c2df
      84a20dac
    • Sal Savage's avatar
      Check for BR/EDR transport when receiving ACL DISCONNECTED events · ce420b04
      Sal Savage authored
      The ACTION_ACL_DISCONNECTED broadcast began sending events for both the
      BR/EDR and LE transports, but consuming code was not utilizing the
      transport when using it to decide if a profile's link was torn down or
      not. This was causing the BR/EDR based map and pbap profiles to get torn
      down when LE disconnections were happening.
      
      Tag: #stability
      Bug: 285326205
      Test: atest BluetoothInstrumentationTests
      Change-Id: I186040b763cfea43e807f53b87fdbb4bff500d26
      ce420b04
Loading