Home
last modified time | relevance | path

Searched refs:NFC_HAL_EVT_HCI (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/hal/include/
Dnfc_types.h49 #define NFC_HAL_EVT_HCI 0x0400 macro
56 #define NFC_HAL_HCI_RSP_NV_READ_EVT (0x01 | NFC_HAL_EVT_HCI)
57 #define NFC_HAL_HCI_RSP_NV_WRITE_EVT (0x02 | NFC_HAL_EVT_HCI)
58 #define NFC_HAL_HCI_VSC_TIMEOUT_EVT (0x03 | NFC_HAL_EVT_HCI)
/system/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_main.c668 case NFC_HAL_EVT_HCI: in nfc_hal_main_task()