Searched refs:buffer_length (Results 1 – 7 of 7) sorted by relevance
58 size_t buffer_length) { in AllocateWrappedIncomingL2capAclPacket() argument59 size_t packet_size = buffer_length + BT_HDR_SIZE; in AllocateWrappedIncomingL2capAclPacket()63 packet->len = static_cast<uint16_t>(buffer_length - 4 - L2CAP_PKT_OVERHEAD); in AllocateWrappedIncomingL2capAclPacket()66 memcpy(packet->data, acl_packet_bytes, buffer_length); in AllocateWrappedIncomingL2capAclPacket()76 size_t buffer_length) { in AllocateWrappedOutgoingL2capAclPacket() argument80 BT_HDR_SIZE + L2CAP_MIN_OFFSET + buffer_length - acl_l2cap_header_size; in AllocateWrappedOutgoingL2capAclPacket()83 packet->len = static_cast<uint16_t>(buffer_length - acl_l2cap_header_size); in AllocateWrappedOutgoingL2capAclPacket()87 acl_packet_bytes, buffer_length); in AllocateWrappedOutgoingL2capAclPacket()
58 size_t buffer_length);74 size_t buffer_length);
56 size_t buffer_length(const buffer_t* buf);
88 size_t buffer_length(const buffer_t* buf) { in buffer_length() function
46 int buffer_length; member
315 urb->buffer_length = len; in usb_bulk_write()354 urb->buffer_length = len; in usb_bulk_read()
738 urb->buffer_length = req->buffer_length; in usb_request_queue()