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

Commit c2003421 authored by Ruchi Kandoi's avatar Ruchi Kandoi
Browse files

Add defaultSysCodePowerState in types.hal in NFC 1.1

Test: Nfc Enable/Disable; test if config is read in logcat
Bug: 77496460
Change-Id: I13e21ba18c03c3c7b9eff3aa67e843e7f063b233
parent bdf10416
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -77,6 +77,9 @@ struct NfcConfig {
    /** Default system code route. 0x00 if there aren't any. Refer NCI spec */
    uint8_t defaultSystemCodeRoute;

    /** Default power state for system code route. 0x00 if there aren't any. Refer NCI spec */
    uint8_t defaultSystemCodePowerState;

    /**
     * Default route for all remaining protocols and technology which haven't
     * been configured.