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

Commit 17986c70 authored by doug yeager's avatar doug yeager Committed by Ricardo Cerqueira
Browse files

fixed inconsistant define values with android_nfc.h

Change-Id: Idccd2de60caf7b72839d158b39d14e2cfcdd5fc7
parent 81568c5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -164,7 +164,7 @@ public interface TagTechnology extends Closeable {
     * technologies in use.
     * technologies in use.
     * @hide
     * @hide
     */
     */
    public static final int ISO_PCD_A = 11;
    public static final int ISO_PCD_A = 100;


    /**
    /**
     * This technology is an instance of {@link IsoPcdB}.
     * This technology is an instance of {@link IsoPcdB}.
@@ -173,7 +173,7 @@ public interface TagTechnology extends Closeable {
     * technologies in use.
     * technologies in use.
     * @hide
     * @hide
     */
     */
    public static final int ISO_PCD_B = 12;
    public static final int ISO_PCD_B = 101;


    /**
    /**
     * Get the {@link Tag} object backing this {@link TagTechnology} object.
     * Get the {@link Tag} object backing this {@link TagTechnology} object.