zephyr/subsys/usb
Luiz Augusto von Dentz 8a358523e7 USB: Bluetooth: Remove assert for NULL buffer
Buffer are allocated with K_FOREVER should never fail, in addition to
that asserts needs to be enabled and is not worth converting to runtime
check given the use of K_FOREVER.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2020-04-20 21:59:47 +03:00
..
class USB: Bluetooth: Remove assert for NULL buffer 2020-04-20 21:59:47 +03:00
bos.c
CMakeLists.txt
Kconfig
os_desc.c
os_desc.h
usb_descriptor.c usb: Stop reversing the hardware identifier 2020-04-10 10:59:04 +02:00
usb_descriptor.h
usb_device.c usb: filter out synchronization type for isochronous endpoints 2020-03-26 14:09:55 +01:00
usb_transfer.c usb: transfer: fix too high log level 2020-04-17 13:34:40 -05:00
usb_transfer.h