zephyr/subsys/usb/class
Dennis Wildmark 791def84b1 usb: bluetooth: l2cap buffer size now configurable
Added check to see if CONFIG_BT_CTLR_TX_BUFFER_SIZE is defined,
and use that as the BT_L2CAP_MTU if that is the case. Otherwise,
use the previously hard coded MTU size (64). This enables users
to configure the MTU, enabling longer transfers.
The fix was inspired by how this is solved in
samples/bluetooth/hci_uart/src/main.c

Tested on nrf52840_pca10056.

Signed-off-by: Dennis Wildmark <dennis.wildmark@assaabloy.com>
2019-04-29 13:40:18 +03:00
..
hid usb: hid: Use UTIL_LISTIFY and device count macro 2019-04-28 12:22:23 -04:00
netusb usb: netusb: ecm: Enable netusb for the right iface/alt_set 2019-04-11 13:35:24 -04:00
bluetooth.c usb: bluetooth: l2cap buffer size now configurable 2019-04-29 13:40:18 +03:00
cdc_acm.c usb: cdc_acm: Use UTIL_LISTIFY and device count macro 2019-04-28 12:22:23 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig usb: cdc_acm: Use UTIL_LISTIFY and device count macro 2019-04-28 12:22:23 -04:00
Kconfig.template.composite_device_number usb: Add Kconfig template for DEVICE_COUNT 2019-04-28 12:22:23 -04:00
loopback.c usb: Refactor USB status callback 2019-04-05 12:23:57 +02:00
mass_storage.c usb: Refactor USB status callback 2019-04-05 12:23:57 +02:00
usb_dfu.c usb/class/usb_dfu: support progressive image erase 2019-04-28 12:20:01 -04:00