Searched refs:p_buf2 (Results 1 – 2 of 2) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
| D | l2c_fcr.c | 354 BT_HDR *p_buf2 = (BT_HDR *)osi_malloc(buf_size); in l2c_fcr_clone_buf() local 356 p_buf2->offset = new_offset; in l2c_fcr_clone_buf() 357 p_buf2->len = no_of_bytes; in l2c_fcr_clone_buf() 358 memcpy(((UINT8 *)(p_buf2 + 1)) + p_buf2->offset, in l2c_fcr_clone_buf() 362 return (p_buf2); in l2c_fcr_clone_buf() 1105 BT_HDR *p_buf2; in process_i_frame() local 1111 p_buf2 = l2c_fcr_clone_buf (p_buf, p_buf->offset, p_buf->len); in process_i_frame() 1113 if (p_buf2) { in process_i_frame() 1115 p_buf = p_buf2; in process_i_frame() 1491 BT_HDR *p_buf2 = l2c_fcr_clone_buf(p_buf, p_buf->offset, p_buf->len); in retransmit_i_frames() local [all …]
|
| D | l2c_utils.c | 970 BT_HDR *p_buf, *p_buf2; in l2cu_send_peer_disc_req() local 993 while ((p_buf2 = (BT_HDR *)fixed_queue_dequeue(p_ccb->xmit_hold_q, 0)) != NULL) { in l2cu_send_peer_disc_req() 994 l2cu_set_acl_hci_header (p_buf2, p_ccb); in l2cu_send_peer_disc_req() 995 l2c_link_check_send_pkts (p_ccb->p_lcb, p_ccb, p_buf2); in l2cu_send_peer_disc_req()
|