OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sfgi
(Results
1 - 4
of
4
) 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");
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
hce.jd
594
<li>T(B)1: bits 1 to 4 indicate the Start-up Frame Guard time Integer (
SFGI
). On
595
HCE devices,
SFGI
must be <= 8h. Bits 5 to 8 indicate the Frame Waiting time
/external/libnfc-nci/src/nfc/include/
nfc_api.h
620
UINT8
sfgi
; /* Start-up Frame Guard time Integer*/
member in struct:__anon17313
[
all
...]
/external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c
833
p_pa_iso->
sfgi
= ((*pp) & 0x0F);
[
all
...]
Completed in 118 milliseconds