Searched defs:nfc_wake_active_mode (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/hal/int/
H A Dnfc_hal_post_reset.h52 UINT8 nfc_wake_active_mode; member in struct:__anon8420
H A Dnfc_hal_int.h388 UINT8 nfc_wake_active_mode; /* NFC_HAL_LP_ACTIVE_LOW/HIGH */ member in struct:__anon8413
/external/libnfc-nci/src/include/
H A Dconfig.h117 unsigned char nfc_wake_active_mode; /* NFC_LP_ACTIVE_LOW or NFC_LP_ACTIVE_HIGH */ member in struct:__anon8428
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c943 ** nfc_wake_active_mode cmd result of voltage on NFC_WAKE
951 if (cmd == nfc_hal_cb.dev_cb.nfc_wake_active_mode)
1236 ** nfc_wake_active_mode/dh_wake_active_mode
1249 UINT8 nfc_wake_active_mode,
1259 nfc_hal_cb.dev_cb.nfc_wake_active_mode = nfc_wake_active_mode;
1274 UINT8_TO_STREAM (p, nfc_wake_active_mode); /* BT Wake Active Mode */
1246 HAL_NfcSetSnoozeMode(UINT8 snooze_mode, UINT8 idle_threshold_dh, UINT8 idle_threshold_nfcc, UINT8 nfc_wake_active_mode, UINT8 dh_wake_active_mode, tHAL_NFC_STATUS_CBACK *p_snooze_cback) argument

Completed in 643 milliseconds