HomeSort by relevance Sort by last modified time
    Searched refs:NCI_NTF_BIT (Results 1 - 4 of 4) sorted by null

  /system/nfc/src/hal/int/
nfc_brcm_defs.h 131 /* The event is (NCI_NTF_BIT|oid) or (NCI_RSP_BIT|oid) */
132 #define NFC_VS_HCI_NETWK_EVT (NCI_NTF_BIT | NCI_MSG_HCI_NETWK)
134 #define NFC_VS_UICC_READER_ACTION_EVT (NCI_NTF_BIT | NCI_MSG_UICC_READER_ACTION)
137 #define NFC_VS_LPTD_EVT (NCI_NTF_BIT | NCI_MSG_LPTD)
142 #define NFC_VS_SEC_PATCH_AUTH_EVT (NCI_NTF_BIT | NCI_MSG_SECURE_PATCH_DOWNLOAD)
  /system/nfc/src/nfc/nci/
nci_hrcv.c 462 (*nfc_cb.p_vs_cb[i])((tNFC_VS_EVT)(NCI_NTF_BIT | op_code), p_msg->len,
  /system/nfc/src/hal/include/
nci_defs.h 75 #define NCI_NTF_BIT 0x80 /* the tNFC_VS_EVT is a notification */
  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 647 op_code |= NCI_NTF_BIT;
809 op_code |= NCI_NTF_BIT;
    [all...]

Completed in 287 milliseconds