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

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

Snap for 7216111 from 51755dc6986e04e47cf8a2c3c3b8656e778463a3 to sc-release

Change-Id: I67c0f40b3cd4deffbce157054c9cab5a340f5e5e
parents 25c28f96 089e35e8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ public final class OobData implements Parcelable {
    private static final String TAG = "OobData";
    /** The {@link OobData#mClassicLength} may be. (AD 3.1.1) (CSS 1.6.2) @hide */
    @SystemApi
    private static final int OOB_LENGTH_OCTETS = 2;
    public static final int OOB_LENGTH_OCTETS = 2;
    /**
     * The length for the {@link OobData#mDeviceAddressWithType}(6) and Address Type(1).
     * (AD 3.1.2) (CSS 1.6.2)
@@ -590,7 +590,6 @@ public final class OobData implements Parcelable {
         *
         * @hide
         */
        @SystemApi
        private ClassicBuilder(@NonNull byte[] confirmationHash, @NonNull byte[] classicLength,
                @NonNull byte[] deviceAddressWithType) {
            Preconditions.checkNotNull(confirmationHash);