Searched refs:tNFA_RW_MSG (Results 1 – 3 of 3) sorted by relevance
253 } tNFA_RW_MSG; typedef284 tNFA_RW_MSG*295 tNFA_RW_MSG*331 typedef bool (*tNFA_RW_ACTION)(tNFA_RW_MSG* p_data);337 extern bool nfa_rw_handle_op_req(tNFA_RW_MSG* p_data);338 extern bool nfa_rw_activate_ntf(tNFA_RW_MSG* p_data);339 extern bool nfa_rw_deactivate_ntf(tNFA_RW_MSG* p_data);340 extern bool nfa_rw_presence_check_tick(tNFA_RW_MSG* p_data);341 extern bool nfa_rw_presence_check_timeout(tNFA_RW_MSG* p_data);
172 tNFA_RW_MSG msg; in nfa_rw_proc_disc_evt()204 tNFA_RW_MSG* p_msg; in nfa_rw_send_raw_frame()206 p_msg = (tNFA_RW_MSG*)GKI_getbuf((uint16_t)sizeof(tNFA_RW_MSG)); in nfa_rw_send_raw_frame()239 return (*nfa_rw_action_tbl[act_idx])((tNFA_RW_MSG*)p_msg); in nfa_rw_handle_event()
47 static bool nfa_rw_op_req_while_busy(tNFA_RW_MSG* p_data);48 static bool nfa_rw_op_req_while_inactive(tNFA_RW_MSG* p_data);50 static void nfa_rw_presence_check(tNFA_RW_MSG* p_data);1766 static bool nfa_rw_write_ndef(tNFA_RW_MSG* p_data) { in nfa_rw_write_ndef()1829 void nfa_rw_presence_check(tNFA_RW_MSG* p_data) { in nfa_rw_presence_check()1918 bool nfa_rw_presence_check_tick(__attribute__((unused)) tNFA_RW_MSG* p_data) { in nfa_rw_presence_check_tick()1940 tNFA_RW_MSG* p_data) { in nfa_rw_presence_check_timeout()2097 static bool nfa_rw_t1t_read(tNFA_RW_MSG* p_data) { in nfa_rw_t1t_read()2116 static bool nfa_rw_t1t_write(tNFA_RW_MSG* p_data) { in nfa_rw_t1t_write()2148 static bool nfa_rw_t1t_rseg(tNFA_RW_MSG* p_data) { in nfa_rw_t1t_rseg()[all …]