Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.cc343 BT_HDR* l2c_fcr_clone_buf(BT_HDR* p_buf, uint16_t new_offset, in l2c_fcr_clone_buf() function
1236 p_buf2 = l2c_fcr_clone_buf(p_buf, p_buf->offset, p_buf->len); in process_i_frame()
1640 BT_HDR* p_buf2 = l2c_fcr_clone_buf(p_buf, p_buf->offset, p_buf->len); in retransmit_i_frames()
1720 p_xmit = l2c_fcr_clone_buf(p_buf, L2CAP_MIN_OFFSET + L2CAP_SDU_LEN_OFFSET, in l2c_fcr_get_next_xmit_sdu_seg()
1788 l2c_fcr_clone_buf(p_xmit, HCI_DATA_PREAMBLE_SIZE, p_xmit->len); in l2c_fcr_get_next_xmit_sdu_seg()
1846 l2c_fcr_clone_buf(p_buf, first_pdu ? L2CAP_LCC_OFFSET : L2CAP_MIN_OFFSET, in l2c_lcc_get_next_xmit_sdu_seg()
Dl2c_int.h761 extern BT_HDR* l2c_fcr_clone_buf(BT_HDR* p_buf, uint16_t new_offset,