zephyr/subsys
Emil Obalski 5f6d526459 usb: bluetooth: Incrase data stage buffer for setup transfers.
Depending on the Bluetooth features enabled, the HCI
packets can be 264 Bytes long. For HCI over USB the HCI packet
is handled in data stage of USB transfer. Buffer for the data
stage was too short and USB driver was STALLing the data stage
making it unable to complete. Extend the data stage buffer
to 266 Bytes if HCI USB is selected and BT_RX_BUF_LEN > 127
indicating that longer HCI packets are needed.

Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
2020-09-29 14:51:14 +02:00
..
bluetooth Bluetooth: controller: Added Force MD bit automatic feature 2020-09-28 15:23:21 +02:00
canbus subsys: canopen: Add a wrapper to avoid passing device to CO_init 2020-09-02 13:48:13 +02:00
console device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
cpp
debug debug: gdbstub: Send an error code when accessing invalid memory 2020-09-02 20:54:57 -04:00
dfu dfu: img_util: Add flash integrity check 2020-09-03 17:56:02 +02:00
disk disk: sdhc: use the multiple block transfer for writing 2020-09-05 11:07:04 +02:00
emul device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
fb device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
fs fs: allow setting max file name explicitly 2020-09-03 21:49:34 +02:00
jwt
logging logging: avoid null pointer dereference in loop 2020-09-23 13:08:18 -05:00
mgmt mgmt/osdp: Fix osdp_build_ctx(); Add NULL check on ctx 2020-09-18 17:36:02 +02:00
net shell: examples cleanup 2020-09-29 10:48:47 +02:00
power power: fix Kconfig help message 2020-09-14 21:27:23 -04:00
random random: rand32_ctr_drbg: Fix missed device constify change 2020-09-08 14:03:01 +02:00
settings
shell shell: add argc range in Kconfig 2020-09-18 15:18:07 +02:00
stats
storage storage: flash_map: Unify partition processing macros name 2020-09-21 16:42:29 -05:00
testsuite tests: timestamp: minor cleanup 2020-09-05 13:28:38 -05:00
timing timing: introduce timing functions as a generic feature 2020-09-05 13:28:38 -05:00
tracing tracing: handle null thread names with systemview 2020-09-20 21:27:55 -04:00
usb usb: bluetooth: Incrase data stage buffer for setup transfers. 2020-09-29 14:51:14 +02:00
CMakeLists.txt
Kconfig timing: introduce timing functions as a generic feature 2020-09-05 13:28:38 -05:00