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

Commit 7d9fc753 authored by Chen Chen's avatar Chen Chen
Browse files

BluetoothMetrics: Log BOND_SUB_STATE_LOCAL_BOND_STATE_INTENT_SENT from BondStateMachine

Bug: 193269088
Test: Build
Change-Id: I61ff0210f4de6c6afc179ec1e72466a5f2596c21
parent 2925ef43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ final class BondStateMachine extends StateMachine {
        }
        BluetoothStatsLog.write(BluetoothStatsLog.BLUETOOTH_BOND_STATE_CHANGED,
                mAdapterService.obfuscateAddress(device), 0, device.getType(),
                newState, BluetoothProtoEnums.BOND_SUB_STATE_UNKNOWN, reason,
                newState, BluetoothProtoEnums.BOND_SUB_STATE_LOCAL_BOND_STATE_INTENT_SENT, reason,
                mAdapterService.getMetricId(device));
        BluetoothClass deviceClass = device.getBluetoothClass();
        int classOfDevice = deviceClass == null ? 0 : deviceClass.getClassOfDevice();