Lines Matching full:p_buf
49 static void RFCOMM_BufDataInd (UINT16 lcid, BT_HDR *p_buf);
306 void RFCOMM_BufDataInd (UINT16 lcid, BT_HDR *p_buf)
316 osi_free(p_buf);
320 event = rfc_parse_data (p_mcb, &rfc_cb.rfc.rx_frame, p_buf);
325 osi_free(p_buf);
334 rfc_process_mx_message (p_mcb, p_buf);
340 osi_free(p_buf);
354 osi_free(p_buf);
361 osi_free(p_buf);
371 if (p_buf->len > 0)
372 rfc_port_sm_execute (p_port, event, p_buf);
374 osi_free(p_buf);
382 osi_free(p_buf);