Searched refs:tNFA_RW_MSG (Results 1 – 3 of 3) sorted by relevance
245 } tNFA_RW_MSG; typedef276 tNFA_RW_MSG*287 tNFA_RW_MSG*322 typedef bool (*tNFA_RW_ACTION)(tNFA_RW_MSG* p_data);328 extern bool nfa_rw_handle_op_req(tNFA_RW_MSG* p_data);329 extern bool nfa_rw_activate_ntf(tNFA_RW_MSG* p_data);330 extern bool nfa_rw_deactivate_ntf(tNFA_RW_MSG* p_data);331 extern bool nfa_rw_presence_check_tick(tNFA_RW_MSG* p_data);332 extern bool nfa_rw_presence_check_timeout(tNFA_RW_MSG* p_data);
119 tNFA_RW_MSG msg; in nfa_rw_proc_disc_evt()151 tNFA_RW_MSG* p_msg; in nfa_rw_send_raw_frame()153 p_msg = (tNFA_RW_MSG*)GKI_getbuf((uint16_t)sizeof(tNFA_RW_MSG)); in nfa_rw_send_raw_frame()186 return (*nfa_rw_action_tbl[act_idx])((tNFA_RW_MSG*)p_msg); in nfa_rw_handle_event()
49 static bool nfa_rw_op_req_while_busy(tNFA_RW_MSG* p_data);50 static bool nfa_rw_op_req_while_inactive(tNFA_RW_MSG* p_data);52 static void nfa_rw_presence_check(tNFA_RW_MSG* p_data);1762 static bool nfa_rw_write_ndef(tNFA_RW_MSG* p_data) { in nfa_rw_write_ndef()1825 void nfa_rw_presence_check(tNFA_RW_MSG* p_data) { in nfa_rw_presence_check()1914 bool nfa_rw_presence_check_tick(__attribute__((unused)) tNFA_RW_MSG* p_data) { in nfa_rw_presence_check_tick()1937 tNFA_RW_MSG* p_data) { in nfa_rw_presence_check_timeout()2094 static bool nfa_rw_t1t_read(tNFA_RW_MSG* p_data) { in nfa_rw_t1t_read()2113 static bool nfa_rw_t1t_write(tNFA_RW_MSG* p_data) { in nfa_rw_t1t_write()2145 static bool nfa_rw_t1t_rseg(tNFA_RW_MSG* p_data) { in nfa_rw_t1t_rseg()[all …]