Searched defs:tech_mask (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_api.c200 tNFA_TECHNOLOGY_MASK tech_mask)
207 /* If tech_mask is zero, then app is disabling listening for specified uicc */
208 if (tech_mask == 0)
220 p_msg->reg_listen.tech_mask = tech_mask;
401 tNFA_STATUS NFA_CeSetIsoDepListenTech (tNFA_TECHNOLOGY_MASK tech_mask) argument
406 NFA_TRACE_API1 ("NFA_CeSetIsoDepListenTech (): 0x%x", tech_mask);
407 if (((tech_mask & use_mask) == 0) ||
408 ((tech_mask & ~use_mask) != 0) )
417 p_msg->hdr.layer_specific = tech_mask;
199 NFA_CeConfigureUiccListenTech(tNFA_HANDLE ee_handle, tNFA_TECHNOLOGY_MASK tech_mask) argument
[all...]
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_main.c668 void nfa_p2p_update_listen_tech (tNFA_TECHNOLOGY_MASK tech_mask) argument
670 P2P_TRACE_DEBUG1 ("nfa_p2p_update_listen_tech () tech_mask = 0x%x", tech_mask);
678 if (nfa_p2p_cb.listen_tech_mask != tech_mask)
680 nfa_p2p_cb.listen_tech_mask = tech_mask;
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_api.c591 tNFA_STATUS NFA_SetP2pListenTech (tNFA_TECHNOLOGY_MASK tech_mask) argument
595 NFA_TRACE_API1 ("NFA_P2pSetListenTech (): tech_mask:0x%X", tech_mask);
600 p_msg->tech_mask = tech_mask;
/external/libnfc-nci/src/nfa/int/
H A Dnfa_ce_int.h103 tNFA_TECHNOLOGY_MASK tech_mask; member in struct:__anon20953
157 tNFA_TECHNOLOGY_MASK tech_mask; /* listening technologies */ member in struct:__anon20956
H A Dnfa_dm_int.h123 tNFA_TECHNOLOGY_MASK tech_mask; member in struct:__anon20975

Completed in 159 milliseconds