OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFC_FL_CONTROL_REQUESTED
(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);
436
nfc_cb.flags |=
NFC_FL_CONTROL_REQUESTED
;
907
nfc_cb.flags |=
NFC_FL_CONTROL_REQUESTED
;
[
all
...]
nfc_ncif.c
302
if (nfc_cb.flags &
NFC_FL_CONTROL_REQUESTED
)
305
nfc_cb.flags &= ~
NFC_FL_CONTROL_REQUESTED
;
[
all
...]
/external/libnfc-nci/src/nfc/int/
nfc_int.h
88
#define
NFC_FL_CONTROL_REQUESTED
0x0010 /* HAL requested control on NCI command window */
Completed in 138 milliseconds