Home | History | Annotate | Download | only in hci

Lines Matching refs:p_pkt

658     BT_HDR  *p_pkt = (BT_HDR *) p_data->data.p_data;
693 if ((event != NFC_DATA_CEVT) || (p_pkt == NULL))
705 p = (UINT8 *) (p_pkt + 1) + p_pkt->offset;
706 pkt_len = p_pkt->len;
768 (UINT8)chaining_bit, (UINT8)nfa_hci_cb.assembling, p_pkt->len);
771 pipe, nfa_hci_cb.type, nfa_hci_cb.inst, chaining_bit, nfa_hci_cb.assembling, p_pkt->len);
779 GKI_freebuf (p_pkt);
828 p_pkt->event = NFA_HCI_CHECK_QUEUE_EVT;
829 p_pkt->len = 0;
830 nfa_sys_sendmsg (p_pkt);