Home
last modified time | relevance | path

Searched refs:max_packet_size (Results 1 – 4 of 4) sorted by relevance

/system/bt/hci/src/
Dpacket_fragmenter.c82 uint16_t max_packet_size = max_data_size + HCI_ACL_PREAMBLE_SIZE; in fragment_and_dispatch() local
89 while (remaining_length > max_packet_size) { in fragment_and_dispatch()
95 packet->len = max_packet_size; in fragment_and_dispatch()
/system/core/include/usbhost/
Dusbhost.h48 int max_packet_size; member
/system/core/adb/
Dusb_windows.cpp444 handle->zero_mask = endpoint_info.max_packet_size - 1; in recognized_device()
/system/core/libusbhost/
Dusbhost.c645 req->max_packet_size = __le16_to_cpu(ep_desc->wMaxPacketSize); in usb_request_new()