Add defaultSysCodePowerState in types.hal in NFC 1.1
Test: Nfc Enable/Disable; test if config is read in logcat
Bug: 77496460
Merged-In: I13e21ba18c03c3c7b9eff3aa67e843e7f063b233
Change-Id: I13e21ba18c03c3c7b9eff3aa67e843e7f063b233
(cherry picked from commit c200342182
)
This commit is contained in:
parent
2dc004c703
commit
382bbaef27
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue