Searched refs:p_pending_msg (Results 1 – 3 of 3) sorted by relevance
106 if (nfa_rw_cb.p_pending_msg) in nfa_rw_sys_disable()108 GKI_freebuf (nfa_rw_cb.p_pending_msg); in nfa_rw_sys_disable()109 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_sys_disable()
478 BT_HDR *p_pending_msg; in nfa_rw_handle_presence_check_rsp() local499 if (nfa_rw_cb.p_pending_msg) in nfa_rw_handle_presence_check_rsp()502 if (nfa_rw_cb.p_pending_msg->op_req.op == NFA_RW_OP_PRESENCE_CHECK) in nfa_rw_handle_presence_check_rsp()506 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()507 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()513 p_pending_msg = (BT_HDR *)nfa_rw_cb.p_pending_msg; in nfa_rw_handle_presence_check_rsp()514 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()515 nfa_rw_handle_event(p_pending_msg); in nfa_rw_handle_presence_check_rsp()516 GKI_freebuf (p_pending_msg); in nfa_rw_handle_presence_check_rsp()521 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()[all …]
288 tNFA_RW_MSG *p_pending_msg; /* Pending API (if busy performing presence check) */ member