:orphan: .. title:: BT_OTS_L2CAP_CHAN_RX_MTU .. option:: CONFIG_BT_OTS_L2CAP_CHAN_RX_MTU *Size of RX MTU for Object Transfer Channel* Type: ``int`` Direct dependencies =================== \ :option:`BT_OTS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`BT_L2CAP_RX_MTU ` if \ :option:`BT_HCI_ACL_FLOW_CONTROL ` - 23 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/services/ots/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:175`` → ``subsys/bluetooth/services/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → GATT Services → Object Transfer Service (OTS) [EXPERIMENTAL] .. parsed-literal:: config BT_OTS_L2CAP_CHAN_RX_MTU int "Size of RX MTU for Object Transfer Channel" range 23 \ :option:`BT_L2CAP_RX_MTU ` if \ :option:`BT_HCI_ACL_FLOW_CONTROL ` range 23 \ :option:`BT_RX_BUF_LEN ` default \ :option:`BT_L2CAP_RX_MTU ` if \ :option:`BT_HCI_ACL_FLOW_CONTROL ` default 23 depends on \ :option:`BT_OTS ` && \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*