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

Commit 4d99bbb2 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7357013 from 3009a4d87dee1ba5b24bed52fb74136ac2944393 to sc-release

Change-Id: I80e36a06e60537dae14e4185bc14f8040b59a310
parents 6f25026a 1a2da29d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -586,6 +586,10 @@ public final class ScanFilter implements Parcelable {
         * @throws IllegalArgumentException If the {@code deviceAddress} is invalid.
         */
        public Builder setDeviceAddress(String deviceAddress) {
            if (deviceAddress == null) {
                mDeviceAddress = deviceAddress;
                return this;
            }
            return setDeviceAddress(deviceAddress, BluetoothDevice.ADDRESS_TYPE_PUBLIC);
        }