Home
last modified time | relevance | path

Searched refs:p_last_buf (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
Dllcp_dlc.c870 BT_HDR *p_last_buf; in llcp_dlc_proc_i_pdu() local
953 p_last_buf = (BT_HDR *) GKI_getlast (&p_dlcb->i_rx_q); in llcp_dlc_proc_i_pdu()
955 if (p_last_buf) in llcp_dlc_proc_i_pdu()
958 …available_bytes = GKI_get_buf_size (p_last_buf) - BT_HDR_SIZE - p_last_buf->offset - p_last_buf->l… in llcp_dlc_proc_i_pdu()
963 p_dst = (UINT8*) (p_last_buf + 1) + p_last_buf->offset + p_last_buf->len; in llcp_dlc_proc_i_pdu()
973 p_last_buf->len += LLCP_PDU_AGF_LEN_SIZE + info_len; in llcp_dlc_proc_i_pdu()
Dllcp_link.c984 BT_HDR *p_last_buf; in llcp_link_proc_ui_pdu() local
1021 p_last_buf = (BT_HDR *) GKI_getlast (&p_app_cb->ui_rx_q); in llcp_link_proc_ui_pdu()
1023 if (p_last_buf) in llcp_link_proc_ui_pdu()
1026 …available_bytes = GKI_get_buf_size (p_last_buf) - BT_HDR_SIZE - p_last_buf->offset - p_last_buf->l… in llcp_link_proc_ui_pdu()
1031 p_dst = (UINT8*) (p_last_buf + 1) + p_last_buf->offset + p_last_buf->len; in llcp_link_proc_ui_pdu()
1039 p_last_buf->len += LLCP_PDU_AGF_LEN_SIZE + ui_pdu_length; in llcp_link_proc_ui_pdu()