OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCI_NTF_BIT
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/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)
141
#define NFC_VS_SEC_PATCH_AUTH_EVT (
NCI_NTF_BIT
|NCI_MSG_SECURE_PATCH_DOWNLOAD)
/external/libnfc-nci/src/nfc/nci/
nci_hrcv.c
477
(*nfc_cb.p_vs_cb[i]) ((tNFC_VS_EVT) (
NCI_NTF_BIT
|op_code), p_msg->len, p_evt);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c
533
op_code |=
NCI_NTF_BIT
;
[
all
...]
/external/libnfc-nci/src/hal/include/
nci_defs.h
68
#define
NCI_NTF_BIT
0x80 /* the tNFC_VS_EVT is a notification */
Completed in 34 milliseconds