HomeSort by relevance Sort by last modified time
    Searched refs:listen_tech_mask_to_restore (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 208 P2P_TRACE_DEBUG1 ("nfa_p2p_update_active_listen (): listen_tech_mask_to_restore:0x%x",
209 nfa_p2p_cb.listen_tech_mask_to_restore);
212 if (nfa_p2p_cb.listen_tech_mask_to_restore)
215 nfa_p2p_cb.listen_tech_mask = nfa_p2p_cb.listen_tech_mask_to_restore;
216 nfa_p2p_cb.listen_tech_mask_to_restore = 0;
226 nfa_p2p_cb.listen_tech_mask_to_restore = nfa_p2p_cb.listen_tech_mask;
330 if ( (nfa_p2p_cb.listen_tech_mask_to_restore == 0x00)
340 else if (nfa_p2p_cb.listen_tech_mask_to_restore)
349 if (nfa_p2p_cb.listen_tech_mask_to_restore)
673 if (nfa_p2p_cb.listen_tech_mask_to_restore)
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_p2p_int.h 257 tNFA_TECHNOLOGY_MASK listen_tech_mask_to_restore;/* to retry without active listen mode */ member in struct:__anon13005

Completed in 705 milliseconds