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

Commit cb4f8d33 authored by Tommy Chang's avatar Tommy Chang
Browse files

Framework: fix OobData output log typo

Fix Log Typo of OobData.DEVICE_ADDRESS_OCTETS

Bug: 365649859
Test: m com.google.android.btservices
Flag: Exempt, log change
Change-Id: I9c4f1490e5e2c9648c4bbd04933aed9186674adf
parent 10e7c5a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ public final class OobData implements Parcelable {
            this.mConfirmationHash = confirmationHash;
            if (deviceAddressWithType.length != OobData.DEVICE_ADDRESS_OCTETS) {
                throw new IllegalArgumentException(
                        "confirmationHash must be "
                        "deviceAddressWithType must be "
                                + OobData.DEVICE_ADDRESS_OCTETS
                                + " octets in length.");
            }