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

Commit 329f00bf authored by Jason Hsu's avatar Jason Hsu Committed by Android (Google) Code Review
Browse files

Merge "Correct the typo in BluetoothHearingAid#getHiSyncId" into tm-dev

parents dd52e21b f65d1f2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -597,7 +597,7 @@ public final class BluetoothHearingAid implements BluetoothProfile {
    })
    public long getHiSyncId(@NonNull BluetoothDevice device) {
        if (VDBG) log("getHiSyncId(" + device + ")");
        verifyDeviceNotNull(device, "getConnectionPolicy");
        verifyDeviceNotNull(device, "getHiSyncId");
        final IBluetoothHearingAid service = getService();
        final long defaultValue = HI_SYNC_ID_INVALID;
        if (service == null) {