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

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

Snap for 5853909 from 573dbdf9 to rvc-release

Change-Id: Ice2f8d38e6ccc10ab4238a972b40d68619247a83
parents 7cf88bbc 573dbdf9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2233,6 +2233,12 @@ public class AdapterService extends Service {
            return false;
        }

        if (pinCode.length != len) {
            android.util.EventLog.writeEvent(0x534e4554, "139287605", -1,
                    "PIN code length mismatch");
            return false;
        }

        StatsLog.write(StatsLog.BLUETOOTH_BOND_STATE_CHANGED,
                obfuscateAddress(device), 0, device.getType(),
                BluetoothDevice.BOND_BONDING,
@@ -2249,6 +2255,12 @@ public class AdapterService extends Service {
            return false;
        }

        if (passkey.length != len) {
            android.util.EventLog.writeEvent(0x534e4554, "139287605", -1,
                    "Passkey length mismatch");
            return false;
        }

        StatsLog.write(StatsLog.BLUETOOTH_BOND_STATE_CHANGED,
                obfuscateAddress(device), 0, device.getType(),
                BluetoothDevice.BOND_BONDING,