Searched refs:no_of_bytes (Results 1 – 2 of 2) sorted by relevance
326 BT_HDR *l2c_fcr_clone_buf(BT_HDR *p_buf, UINT16 new_offset, UINT16 no_of_bytes) in l2c_fcr_clone_buf() argument333 uint16_t buf_size = no_of_bytes + sizeof(BT_HDR) + new_offset + L2CAP_FCS_LEN; in l2c_fcr_clone_buf()344 p_buf2->len = no_of_bytes; in l2c_fcr_clone_buf()347 no_of_bytes); in l2c_fcr_clone_buf()
743 extern BT_HDR *l2c_fcr_clone_buf(BT_HDR *p_buf, UINT16 new_offset, UINT16 no_of_bytes);