Home | History | Annotate | Download | only in co

Lines Matching full:p_buf

161     BT_HDR          *p_buf;
186 if ((p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol,
191 "p_buf->len:%d, offset:%d", __func__, p_buf->len, p_buf->offset);
203 (char*)(p_buf + 1) + p_buf->offset, p_buf->len, ext, forward);
204 osi_free(p_buf);
207 } while (p_buf != NULL);
274 BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf,
282 UNUSED(p_buf);