Searched refs:p_pending_msg (Results 1 – 3 of 3) sorted by relevance
104 if (nfa_rw_cb.p_pending_msg) in nfa_rw_sys_disable()106 GKI_freebuf (nfa_rw_cb.p_pending_msg); in nfa_rw_sys_disable()107 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_sys_disable()
382 BT_HDR *p_pending_msg; in nfa_rw_handle_presence_check_rsp() local401 if (nfa_rw_cb.p_pending_msg) in nfa_rw_handle_presence_check_rsp()404 if (nfa_rw_cb.p_pending_msg->op_req.op == NFA_RW_OP_PRESENCE_CHECK) in nfa_rw_handle_presence_check_rsp()408 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()409 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()415 p_pending_msg = (BT_HDR *)nfa_rw_cb.p_pending_msg; in nfa_rw_handle_presence_check_rsp()416 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()417 nfa_rw_handle_event(p_pending_msg); in nfa_rw_handle_presence_check_rsp()422 GKI_freebuf(nfa_rw_cb.p_pending_msg); in nfa_rw_handle_presence_check_rsp()423 nfa_rw_cb.p_pending_msg = NULL; in nfa_rw_handle_presence_check_rsp()[all …]
281 tNFA_RW_MSG *p_pending_msg; /* Pending API (if busy performing presence check) */ member