OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activated_protocol
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c
753
||( (nfa_dm_cb.disc_cb.
activated_protocol
!= NFA_PROTOCOL_T1T) /* Do not allow deactivate to SLEEP for T1T,NFCDEP, ISO15693 */
754
&&(nfa_dm_cb.disc_cb.
activated_protocol
!= NFA_PROTOCOL_NFC_DEP)
755
&&(nfa_dm_cb.disc_cb.
activated_protocol
!= NFA_PROTOCOL_ISO15693)
756
&&(nfa_dm_cb.disc_cb.
activated_protocol
!= NFC_PROTOCOL_KOVIO) ) )
777
if ( (nfa_dm_cb.disc_cb.
activated_protocol
== NFA_PROTOCOL_NFC_DEP)
[
all
...]
nfa_dm_discover.c
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_dm_int.h
382
tNFA_NFC_PROTOCOL
activated_protocol
; /* activated protocol */
member in struct:__anon27930
Completed in 54 milliseconds