OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_FL_CONTROL_GRANTED
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/nfc/
nfc_main.c
325
nfc_cb.flags &= ~(NFC_FL_CONTROL_REQUESTED|
NFC_FL_CONTROL_GRANTED
);
415
nfc_cb.flags &= ~
NFC_FL_CONTROL_GRANTED
;
441
if (nfc_cb.flags &
NFC_FL_CONTROL_GRANTED
)
443
nfc_cb.flags &= ~
NFC_FL_CONTROL_GRANTED
;
[
all
...]
nfc_ncif.c
311
nfc_cb.flags |=
NFC_FL_CONTROL_GRANTED
;
328
nfc_cb.flags |=
NFC_FL_CONTROL_GRANTED
;
[
all
...]
/external/libnfc-nci/src/nfc/int/
nfc_int.h
89
#define
NFC_FL_CONTROL_GRANTED
0x0020 /* NCI command window is on the HAL side */
Completed in 19 milliseconds