Home
last modified time | relevance | path

Searched refs:p_buf_new (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_ts_frames.c561 BT_HDR *p_buf_new; in rfc_send_test() local
562 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()