OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sfgi
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java
143
int
sfgi
= ats[atsIndex] & 0x0F;
local
144
if (
sfgi
> 8) {
146
sb.append(" (FAIL)
SFGI
=" + Integer.toString(
sfgi
) + ", should be <= 8\n");
148
sb.append(" (OK)
SFGI
=" + Integer.toString(
sfgi
) + "\n");
/external/libnfc-nci/src/nfc/include/
nfc_api.h
615
UINT8
sfgi
; /* Start-up Frame Guard time Integer*/
member in struct:__anon22620
[
all
...]
Completed in 178 milliseconds