Searched refs:p_buf_new (Results 1 – 1 of 1) sorted by relevance
561 BT_HDR *p_buf_new; in rfc_send_test() local562 if ((p_buf_new = (BT_HDR *)osi_malloc(RFCOMM_CMD_BUF_SIZE)) == NULL) { in rfc_send_test()565 memcpy(p_buf_new, p_buf, sizeof(BT_HDR) + p_buf->offset + p_buf->len); in rfc_send_test()567 p_buf = p_buf_new; in rfc_send_test()