Lines Matching full:p_buf
448 BT_HDR *p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_bcb->xmit_q);
450 if (!p_buf)
453 L2CA_DataWrite (l2cap_cid, p_buf);
475 static void bnep_data_ind (UINT16 l2cap_cid, BT_HDR *p_buf)
478 UINT8 *p = (UINT8 *)(p_buf + 1) + p_buf->offset;
479 UINT16 rem_len = p_buf->len;
490 osi_free(p_buf);
500 BNEP_TRACE_EVENT ("BNEP - rcvd frame, bad len: %d type: 0x%02x", p_buf->len, type);
501 osi_free(p_buf);
543 osi_free(p_buf);
550 osi_free(p_buf);
554 BNEP_TRACE_DEBUG ("BNEP - rcv frame, type: %d len: %d Ext: %d", type, p_buf->len, extension_present);
598 osi_free(p_buf);
640 p_buf->offset += p_buf->len - rem_len;
641 p_buf->len = rem_len;
658 (*bnep_cb.p_data_buf_cb)(p_bcb->handle, p_src_addr, p_dst_addr, protocol, p_buf, fw_ext_present);
663 osi_free(p_buf);