Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.c328 BT_HDR *p_buf2; in l2c_fcr_clone_buf() local
337 if ((p_buf2 = (BT_HDR *)GKI_getpoolbuf(pool)) != NULL) in l2c_fcr_clone_buf()
349 GKI_freebuf(p_buf2); in l2c_fcr_clone_buf()
353 p_buf2->offset = new_offset; in l2c_fcr_clone_buf()
354 p_buf2->len = no_of_bytes; in l2c_fcr_clone_buf()
356 memcpy (((UINT8 *)(p_buf2 + 1)) + p_buf2->offset, in l2c_fcr_clone_buf()
365 return (p_buf2); in l2c_fcr_clone_buf()
1156 BT_HDR *p_buf2; in process_i_frame() local
1162p_buf2 = l2c_fcr_clone_buf (p_buf, p_buf->offset, p_buf->len, p_ccb->ertm_info.fcr_rx_pool_id); in process_i_frame()
1164 if (p_buf2) in process_i_frame()
[all …]
Dl2c_utils.c917 BT_HDR *p_buf, *p_buf2; in l2cu_send_peer_disc_req() local
944 p_buf2 = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q); in l2cu_send_peer_disc_req()
945 l2cu_set_acl_hci_header (p_buf2, p_ccb); in l2cu_send_peer_disc_req()
946 l2c_link_check_send_pkts (p_ccb->p_lcb, p_ccb, p_buf2); in l2cu_send_peer_disc_req()