zephyr/subsys
Jonathan Rico da45a88048 usb: bluetooth: Hardcode USB EP sizes
The existing calculation of the BULK_EP size can sometimes result in a
bulk EP size that is not spec-compliant. The accepted BULK_EP sizes are
8, 16, 32 or 64 bytes.

Additionally, the INT_EP size is always set to the max EP size since
BT_BUF_RX_SIZE is always greater than that (min. 73 in Kconfig).

This commit sets the BULK and INT endpoint sizes to their maximum
supported values.

Signed-off-by: Jonathan Rico <jonathan.rico@nordicsemi.no>
2020-10-12 12:48:58 +02:00
..
bluetooth Bluetooth: controller: openisa: Port drift implementation changes 2020-10-09 13:46:46 +02:00
canbus
console
cpp
debug
dfu
disk
emul
fb
fs
jwt
logging
lorawan lorawan: Cleanup error handling code 2020-10-08 12:15:38 +02:00
mgmt mgmt/osdp: Add support for Secure Channel 2020-10-09 11:45:58 +02:00
net net: lwm2m: Improve token generation 2020-10-09 10:46:53 +03:00
power
random
settings
shell shell: increase stack size for OpenThread 2020-10-09 11:51:41 +02:00
stats
storage
testsuite
timing
tracing
usb usb: bluetooth: Hardcode USB EP sizes 2020-10-12 12:48:58 +02:00
CMakeLists.txt
Kconfig