Skip to content
Snippets Groups Projects
  1. Aug 11, 2022
    • Rahul Sabnis's avatar
      Reconfigure Address policy on last bond removed · f4aa35ad
      Rahul Sabnis authored
      Bug: 237572866
      Bug: 195410559
      Test: system/gd/cert/run --clean --sl4a OobPairingSl4aTest
      Test: system/gd/cert/run --clean --sl4a_sl4a OobPairingTest
      Tag: #refactor
      Ignore-AOSP-First: Security fix
      Merged-In: Id1c22953c3921810d708e4aee7a8cfc0c4f97718
      Change-Id: Id1c22953c3921810d708e4aee7a8cfc0c4f97718
      (cherry picked from commit 66bfae6d)
      f4aa35ad
  2. Aug 10, 2022
  3. Aug 09, 2022
  4. Aug 07, 2022
  5. Aug 06, 2022
  6. Aug 04, 2022
    • Chienyuan's avatar
      AckPause when Create Connection Cancel fail · feaeffbe
      Chienyuan authored
      Bug: 239773749
      Test: gd/cert/run
      Tag: #refactor
      Change-Id: I0ed0187d872c0aca96b58ebb6b152e3a93e1e616
      Merged-In: I0ed0187d872c0aca96b58ebb6b152e3a93e1e616
      (cherry picked from commit 700b8a771b4a5e6b1208b4c4386e99646cbb9c4a)
      feaeffbe
    • Ted Wang's avatar
      Fix potential interger overflow when parsing vendor response · 62e29ee6
      Ted Wang authored
      Add check for str_len to prevent potential OOB read in vendor response.
      
      Bug: 205570663
      Tag: #security
      Test: net_test_stack:StackAvrcpTest
      Ignore-AOSP-First: Security
      Change-Id: Iea2c3e17c2c8cc56468c4456822e1c4c5c15f5bc
      Merged-Id: Iea2c3e17c2c8cc56468c4456822e1c4c5c15f5bc
      62e29ee6
    • Ted Wang's avatar
      Add length check when copy AVDTP packet · ed9a843c
      Ted Wang authored
      Bug: 232023771
      Test: make
      Tag: #security
      Ignore-AOSP-First: Security
      Change-Id: I68dd78c747eeafee5190dc56d7c71e9eeed08a5b
      Merged-In: I68dd78c747eeafee5190dc56d7c71e9eeed08a5b
      ed9a843c
  7. Aug 02, 2022
    • Rahul Arya's avatar
      Fix OOB in SDP server continuation length · 88f0414f
      Rahul Arya authored
      Before we read the continuation byte, we need to check
      that it is still within the packet bounds.
      
      Ignore-AOSP-First: Security fix
      Test: compiles
      Bug: 235102570
      Tag: #security
      Change-Id: Ib96293df0545e1ba848053a47202c5579e4cdccc
      (cherry picked from commit cbce3382)
      Merged-In: Ib96293df0545e1ba848053a47202c5579e4cdccc
      88f0414f
  8. Jul 31, 2022
  9. Jul 28, 2022
  10. Jul 27, 2022
    • Chris Manton's avatar
      Remove timer when connection is cancelled · 97412bc3
      Chris Manton authored
      Bug: 237600252
      Test: gd/cert/run, testplans/1181383
      Tag: #refactor
      BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines
      Ignore-AOSP-First: Cherry-pick
      
      Merged-In: I3b8dccb23259d9b97cd248dc8adf7423f74ad3a1
      Change-Id: I3b8dccb23259d9b97cd248dc8adf7423f74ad3a1
      97412bc3
    • Chris Manton's avatar
      Remove from filter accept list upon cancel connect · 32a931ed
      Chris Manton authored
      connection::manager no longer arbitrates filter
      accept list manipulation
      
      Bug: 237600252
      Test: gd/cert/run, testplans/1181383
      Tag: #refactor
      BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines
      Ignore-AOSP-First: Cherry-pick
      
      Merged-In: I2d0d2d64c621d565d1ed985da4b061563029def1
      Change-Id: I2d0d2d64c621d565d1ed985da4b061563029def1
      32a931ed
  11. Jul 26, 2022
    • William Escande's avatar
      Fix method not enforcing correct permissions · 040c9baf
      William Escande authored
      This missing enforcement were spotted by the erroprone build
      
      Bug: 236759221
      Fix: 240301753
      Test: m RUN_ERROR_PRONE=true Bluetooth
      Ignore-AOSP-First: Cherry-picked from aosp
      Merged-In: I5285f0754775c56a73ad1b6eef4bdb7ec3d59757
      Change-Id: I5285f0754775c56a73ad1b6eef4bdb7ec3d59757
      040c9baf
  12. Jul 23, 2022
  13. Jul 22, 2022
  14. Jul 14, 2022
  15. Jul 13, 2022
  16. Jul 12, 2022
  17. Jul 08, 2022
    • Rahul Arya's avatar
      Fix admin enable/disable of Bluetooth file sharing · 36362f25
      Rahul Arya authored
      This is an extremely partial fix for a mostly-broken feature. For
      fully-managed devices, this fixes the toggle for the file sharing
      option, by detecting which Bluetooth package should be used rather than
      just guessing.
      
      However, on work profiles, the file sharing option does not really work
      anyway, it just infinitely loads. In addition, it is not correctly
      disabled when Bluetooth stops, so the icon just remains but doesn't
      do anything.
      
      A full fix would add the enable/disable sequence for *work* UserHandles
      to BluetoothOppManager, so the LAUNCHER_ACTIVITY is properly enabled and
      disabled. In addition, it would fix the issue described in the linked
      bug to prevent infinite loading (dedicated bug: b/112625123).
      
      Tag: #stability
      Ignore-AOSP-First: For T?
      Bug: 237389774
      Test: Manual, verifying the *badged* BT file sharing icon appears/disappears as needed
      
      Change-Id: I070987bc884947246c372c65691c4866ebd1e7c7
      36362f25
    • Rahul Sabnis's avatar
      Fixes a bug in the BluetoothDevice#getIdentityAddress API where it · 448c2830
      Rahul Sabnis authored
      returns the mAddress field of the device instead of null when the
      identity address is not known.
      
      Tag: #feature
      Bug: 238353063
      Test: atest AdapterServiceTest#testAddressConsolidate
      Ignore-AOSP-First: Change needs to land in TM release
      Change-Id: I577843c9e2cc279915d0632ff25bde66aa949e94
      448c2830
  18. Jul 07, 2022
  19. Jul 02, 2022
  20. Jul 01, 2022
Loading