Home | History | Annotate | Download | only in pan

Lines Matching full:p_buf

612 **                  p_buf    - pointer to the data buffer
620 tPAN_RESULT PAN_WriteBuf (UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext)
632 p_data = (UINT8 *)(p_buf + 1) + p_buf->offset;
633 len = p_buf->len;
635 GKI_freebuf (p_buf);
642 GKI_freebuf (p_buf);
660 GKI_freebuf (p_buf);
664 result = BNEP_WriteBuf (pan_cb.pcb[i].handle, dst, p_buf, protocol, src, ext);
685 GKI_freebuf (p_buf);
692 GKI_freebuf (p_buf);
696 result = BNEP_WriteBuf (pcb->handle, dst, p_buf, protocol, src, ext);