Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.c325 BT_HDR *l2c_fcr_clone_buf (BT_HDR *p_buf, UINT16 new_offset, UINT16 no_of_bytes, UINT8 pool) in l2c_fcr_clone_buf() argument
342 if ((no_of_bytes + sizeof(BT_HDR) + new_offset) > pool_buf_size) in l2c_fcr_clone_buf()
345 (no_of_bytes + sizeof(BT_HDR) + new_offset), in l2c_fcr_clone_buf()
346 pool_buf_size, no_of_bytes, sizeof(BT_HDR), in l2c_fcr_clone_buf()
354 p_buf2->len = no_of_bytes; in l2c_fcr_clone_buf()
358 no_of_bytes); in l2c_fcr_clone_buf()
Dl2c_int.h717 extern BT_HDR *l2c_fcr_clone_buf (BT_HDR *p_buf, UINT16 new_offset, UINT16 no_of_bytes, UINT8 poo…