- Sep 12, 2022
-
-
Brian Delwiche authored
-
- Sep 06, 2022
-
-
Brian Delwiche authored
-
- Aug 25, 2022
-
-
Brian Delwiche authored
Bug: 230867224 Test: Manual -- paired Bluetooth headset and played audio Tags: #security Ignore-AOSP-First: Security Change-Id: I6f70db549b3fbc7f958ee70c679db438e9538472
-
- Aug 24, 2022
-
-
Brian Delwiche authored
Bug:225876506 Test: run supplied POC (updated to Android T) Tag: #security Ignore-AOSP-First: Security Change-Id: I0eb0f20eb03e6490ba6c20b3e79c97970c275d9e (cherry picked from commit 797daed7)
-
- Aug 23, 2022
-
-
TreeHugger Robot authored
-
- Aug 22, 2022
-
-
Brian Delwiche authored
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Ic18b8a4520e34504e73b9055ee0877b8a64e6971
-
- Aug 17, 2022
-
-
Qasim Javed authored
The pairing_cb_t can be reset due to pairing state changes. We currently store UUIDs in the pairing_cb_t structure. Instead of that, we should save them using properties so that we can retrieve them later even if pairing_cb_t was reset. 1. Upon discovery of classic UUIDs, get the existing "interesting" BLE UUIDs that we know of (if any) and union them with the newly discovered classic UUIDs. 2. Upon discovery of BLE UUIDs, get the existing UUIDs that we know of and union them with newly discovered "interesting" BLE UUIDs This incorporates suggestions from Samsung because the original change was causing issues with LE Audio. Bug: 235407715 Bug: 239483439 Bug: 242007275 Tag: #refactor Test: Samsung was running into issues with LE Audio and suggested the change after they tested it. I tested it manually using a JBL Flip 5. Merged-In: I31101f2607a3fe63bfec3b482f4dafceebe0ebe4 Change-Id: I31101f2607a3fe63bfec3b482f4dafceebe0ebe4 (cherry picked from commit 80fbe45254fa2d21b20b8e60c1358b87924afe31)
-
- Aug 15, 2022
-
-
Jack He authored
-
Brian Delwiche authored
Bug: 233604485 Test: Manual, connected BT and played audio Tag: #security Ignore-AOSP-First: Security Change-Id: Ibb7fffccde731ecb7c12b8ddf212f02f156ffd89
-
- Aug 13, 2022
-
-
Brian Delwiche authored
Bug: 228602963 Test: make Tag: #security Ignore-AOSP-First: Security Change-Id: Ibd7d9041e528262537d175d0faa6d2ed16e7dceb
-
- Aug 12, 2022
-
-
TreeHugger Robot authored
-
- Aug 11, 2022
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Ic4f8f4c7f4fcce94b09c985b2d00414bcf649f9d
-
Rahul Sabnis authored
Bug: 239792403 Bug: 237572866 Bug: 195410559 Change-Id: I92e7d482da8aa3afd9b7610fc0cf92f2c5357270 Test: system/gd/cert/run --clean --sl4a OobPairingSl4aTest Test: system/gd/cert/run --clean --sl4a_sl4a OobPairingTest Tag: #refactor Ignore-AOSP-First: Security fix
-
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)
-
- Aug 10, 2022
-
-
Ted Wang authored
-
- Aug 09, 2022
-
-
William Escande authored
-
TreeHugger Robot authored
-
- Aug 07, 2022
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I109ba26da74537a35cf0d03d9b266e16fe00acb1
-
- Aug 06, 2022
- Aug 04, 2022
-
-
Chienyuan authored
Bug: 239773749 Test: gd/cert/run Tag: #refactor Change-Id: I0ed0187d872c0aca96b58ebb6b152e3a93e1e616 Merged-In: I0ed0187d872c0aca96b58ebb6b152e3a93e1e616 (cherry picked from commit 700b8a771b4a5e6b1208b4c4386e99646cbb9c4a)
-
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
-
Ted Wang authored
Bug: 232023771 Test: make Tag: #security Ignore-AOSP-First: Security Change-Id: I68dd78c747eeafee5190dc56d7c71e9eeed08a5b Merged-In: I68dd78c747eeafee5190dc56d7c71e9eeed08a5b
-
- Aug 02, 2022
-
-
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
-
- Jul 31, 2022
-
-
Chris Manton authored
This reverts commit 31a662d2. Bug: 235293624 Tag: #refactor Test: manual & atest CtsBluetoothTestCases Reason for revert: Breaks Merged-In: I1a9505fabd581201117ec54f711c4120a092afb7 Merged-In: I60bae5d51b6128489964f7ed32c4f9f2605471a0 Change-Id: I60bae5d51b6128489964f7ed32c4f9f2605471a0
-
- Jul 28, 2022
-
-
Jack He authored
-
Jack He authored
-
Chris Manton authored
Also add LOG_ERROR for error path Bug: 235552757 Test: gd/cert/run Tag: #refactor BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Ignore-AOSP-First: Cherry-pick Merged-In: I5086ad669df914cfbe3f2a0f7c5e3100c6aaee7a Change-Id: I5086ad669df914cfbe3f2a0f7c5e3100c6aaee7a
-
- Jul 27, 2022
-
-
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
-
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
-
- Jul 26, 2022
-
-
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
-
- Jul 23, 2022
-
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
- Jul 22, 2022
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Id23e1f9d7922047efc4ad292f3d46771b016641f
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I90f866c72dd25425128595475c30aec2351e167d
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I7122323114efd73d400b413ca3712d0bcfdd8913
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I6342e9a8c495e074a5f5cc0b79c483e82c661bda
-