-
CONFIG_BLUETOOTH_INT_EP_MPS
¶
Bluetooth device class interrupt endpoint size
Type: int
Help¶
Bluetooth device class interrupt endpoint size
Direct dependencies¶
USB_DEVICE_BLUETOOTH
&& USB_DEVICE_STACK
(Includes any dependencies from ifs and menus.)
Default¶
16
Kconfig definition¶
At subsys/usb/class/Kconfig:94
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:26
→ subsys/usb/Kconfig:132
Menu path: (Top) → USB device stack → USB Bluetooth Device Class Driver
config BLUETOOTH_INT_EP_MPS int "Bluetooth device class interrupt endpoint size" range 8 64 default 16 depends onUSB_DEVICE_BLUETOOTH
&&USB_DEVICE_STACK
help Bluetooth device class interrupt endpoint size
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)