- Nov 30, 2022
-
-
Brian Delwiche authored
isBluetoothShareUri_correctlyCheckUri (under com.android.bluetooth.opp.BluetoothOppUtilityTest) is failing on null input due to an incorrect comparison in isBluetoothShareUri. Change the comparison to one which can cope with null input. Bug: 257190999 Test: atest: BluetoothOppUtilityTest Tag: #security Ignore-AOSP-First: Security Change-Id: I61118f22577de7b975fb0df8dac8583e91f7b8c7 (cherry picked from commit c9b53b95) Merged-In: I61118f22577de7b975fb0df8dac8583e91f7b8c7
-
- Oct 04, 2022
-
-
Rahul Arya authored
Ignore-AOSP-First: Security fix Test: Flashed build, set the prop and watched the stack restart Bug: 195410559 Change-Id: I6496b34c144e697308109d5ee9528f4ae5c9b4b4 Merged-In: I6496b34c144e697308109d5ee9528f4ae5c9b4b4
-
- Sep 28, 2022
-
-
Brian Delwiche authored
Bug: 225880741 Test: BT unit tests, validated against researcher POC Tag: #security Ignore-AOSP-First: Security Change-Id: I1330080abfd638fb36aad9535b6f5f5872986a7f
-
- Sep 12, 2022
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Iacb66fdceff28c4c33b0be589f3536788bf6bef5
-
- Aug 22, 2022
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Ic18b8a4520e34504e73b9055ee0877b8a64e6971
-
- Aug 11, 2022
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: Ic4f8f4c7f4fcce94b09c985b2d00414bcf649f9d
-
- Aug 07, 2022
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I109ba26da74537a35cf0d03d9b266e16fe00acb1
-
- 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 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
-
- Jul 14, 2022
-
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I7fc2d5c05e72543ab69053ddca99db445a6da37c
-
- Jul 13, 2022
-
-
Bart Sears authored
This reverts commit 448c2830. Reason for revert: b/238847789 Test: Clean revert of CL Change-Id: I30941e8b9344e9dbaacaec5ca2c2046d149ed839
-
- Jul 08, 2022
-
-
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
-
- Jun 30, 2022
-
- Jun 29, 2022
- Jun 24, 2022
-
-
Łukasz Rymanowski authored
This patch fixes regression after https://android-review.googlesource.com/q/topic:gatt-racecondition-fix In case of GATT Write error to descriptor or characteristic, the value which was tried to be written is zeroed in the onWriteDescriptor/Characteristic callback. This cause an issue in following use case: 1) Application writes descriptor on unencrypted link to characteristic which requires authentication 2) Remote device response with an error insufficient authenthication 3) Android repeats write descriptor with new authenthication requrements with the descriptor value taken from the onWriteDescriptor callbac - the one which was zeroed. This result in try to write invalid value to the descriptor This patch make sure that value in the callback is always the one which was tried to write, no matter of status. Bug: 235756799 Test: atest BluetoothInstrumentationTests Tag: #stability Merged-In: Icd18b95a3c44c082117d035cdf25961938de829d Change-Id: Icd18b95a3c44c082117d035cdf25961938de829d (cherry picked from commit 24f45364)
-
- Jun 23, 2022
-
-
William Escande authored
Repro step: * Flash old build * Pair device * Change it's metadata: * Change connection_policy * Change Volume * Change phone_access * build and flash without wipe * observe device metadata Test: Repro step above Bug: 234063703 Ignore-AOSP-First: will be picked later Change-Id: I51f54f2fe8a91ee4ee28e1e58494e596510ebb55
-
- Jun 22, 2022
-
-
Sungsoo Lim authored
Bluetooth naitive AVRCP device tracks path from the root node of MediaBrowserService app. But for the root MediaItem, it can be an empty string instead of the root id. Bug: 235516512 Tag: #refactor Test: atest BluetoothInstrumentationTests Change-Id: I759f9c56f55326a1133743853070f63621d4a4a2 (cherry picked from commit 29ffcbdc)
-
Kyunglyul Hyun authored
Handle when the battey level characteristic is empty. Tag: #feature Bug: 236558674 Bug: 236455846 Test: atest BatteryStateMachineTest Merged-In: I0ef3906dac9ce3928e238a056e5ed9d0cc760a4e Change-Id: I0ef3906dac9ce3928e238a056e5ed9d0cc760a4e (cherry picked from commit b4afde73)
-
- Jun 21, 2022
-
-
Oriol Prieto Gasco authored
Test: TH Bug: 236187653 Bug: 236192423 Ignore-AOSP-First: LSC Change-Id: I2bd7d146b25f5f63779dc5c26602b5c227ebff20
-
- Jun 17, 2022
-
-
Rahul Sabnis authored
The permission enforcement was moved to the binder and therefore it is not required when dumpsys is directly invoked on the AdapterService Tag: #feature Bug: 232437658 Test: Manual Ignore-AOSP-First: Missing some APEX-related files in AOSP Change-Id: Id39d7fdd9c1ee7e363d99458b0de6349a791d1af
-
Jack He authored
Bug: 235480570 Bug: 235756799 Test: request manual QA Tag: #feature Change-Id: I4ca1cece807b1af05c5d878058583f5cad3f8812 (cherry picked from commit e67e424feb21f5b22645cc58ee9742e965ec8b2b)
-
Bill Yi authored
Auto-generated-cl: translation import Change-Id: I747bbe9566d1d20b69db1612659eb338f6b64805
-
- Jun 15, 2022
-
-
Chen Chen authored
Bug: 230023257 Test: BluetoothInstrumentationTests Ignore-AOSP-First: metrics depend on frameworks/proto_logging which is internal first Change-Id: Ie33d3b439177314726d1e0b5c4cd3a20e150748f Merged-In: Ie33d3b439177314726d1e0b5c4cd3a20e150748f
-
Etienne Ruffieux authored
Bug: 232485185 Tag: #feature Test: manual Ignore-AOSP-First: will be cherry-picked on AOSP Change-Id: Iee759acc34d015b527468d8d45a3d27ff4957552
-
- Jun 14, 2022
-
-
Etienne Ruffieux authored
Bug: 232485185 Tag: #feature Test: manual Ignore-AOSP-First: will be cherry-picked to AOSP Change-Id: Id1bd8ba6a509dcd361db099f2945903ccbdebdd8
-
Etienne Ruffieux authored
Bug: 228849846 Test: atest ManagedProfileTest Tag: #feature Ignore-AOSP-First: cherry-pick Change-Id: I010cf384a8b18a776d8052e87551b8af6fb348cb
-
- Jun 10, 2022
-
-
Etienne Ruffieux authored
getUuids was wrongly returning an empty array of Uuids when fetchUuidsWithSdp had not been called. It now returns null again. Test: atest CtsBluetoothTestCases Bug: 235456437 Tag: #feature Ignore-AOSP-First: will be cherry-picked Change-Id: If8aafc1b0ab4e253fdacc827726d76825b3bd1e4
-
- Jun 08, 2022
-
-
Rahul Sabnis authored
permission, so this CL removes it from the manifest. Tag: #feature Bug: 235308391 Test: Manual Ignore-AOSP-First: Dependent chage only present in tm-de: Change-Id: Ie1e31966a5505736fc3605eab05747d4d46b6d1a
-
- Jun 07, 2022
-
- Jun 06, 2022
-
- May 26, 2022
-