Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98788331 authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Merge "ScanFilter.setDeviceAddress: Should send deviceAddress instead of...

Merge "ScanFilter.setDeviceAddress: Should send deviceAddress instead of mDeviceAddress to the next level" am: 278dd2a3 am: 3a546338 am: 78d19cf0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1649650

Change-Id: I1d0ba23462d69dbae4cde8eb6d6d271afd39797c
parents 607d4618 78d19cf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ public final class ScanFilter implements Parcelable {
         * @throws IllegalArgumentException If the {@code deviceAddress} is invalid.
         */
        public Builder setDeviceAddress(String deviceAddress) {
            return setDeviceAddress(mDeviceAddress, BluetoothDevice.ADDRESS_TYPE_PUBLIC);
            return setDeviceAddress(deviceAddress, BluetoothDevice.ADDRESS_TYPE_PUBLIC);
        }

        /**