Searched refs:p_pending_msg (Results 1 – 3 of 3) sorted by relevance
105 if (nfa_rw_cb.p_pending_msg) in nfa_rw_sys_disable()107 GKI_freebuf (nfa_rw_cb.p_pending_msg); in nfa_rw_sys_disable()108 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_sys_disable()
392 BT_HDR *p_pending_msg; in nfa_rw_handle_presence_check_rsp() local411 if (nfa_rw_cb.p_pending_msg) in nfa_rw_handle_presence_check_rsp()414 if (nfa_rw_cb.p_pending_msg->op_req.op == NFA_RW_OP_PRESENCE_CHECK) in nfa_rw_handle_presence_check_rsp()418 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()419 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()425 p_pending_msg = (BT_HDR *)nfa_rw_cb.p_pending_msg; in nfa_rw_handle_presence_check_rsp()426 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()427 nfa_rw_handle_event(p_pending_msg); in nfa_rw_handle_presence_check_rsp()432 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()433 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()[all …]
283 tNFA_RW_MSG *p_pending_msg; /* Pending API (if busy performing presence check) */ member