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

/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_act.c293 UINT16 t3t_flags2_mask = 0xFFFF; /* Mask of which T3T_IDs are disabled */ local
312 t3t_flags2_mask &= ~((UINT16) (1<<t3t_idx));
318 t3t_flags2_mask = ~t3t_flags2_mask;
322 UINT16_TO_STREAM (p_params, t3t_flags2_mask); /* Mask of IDs to disable listening */

Completed in 74 milliseconds