:orphan: .. title:: CONFIG_BT_MCC_GROUP_RECORDS_MAX .. kconfig:: CONFIG_BT_MCC_GROUP_RECORDS_MAX CONFIG_BT_MCC_GROUP_RECORDS_MAX ############################### *Maximum number of records in a group object* Type: ``int`` Help ==== .. code-block:: none Sets the maximum number of records in a group object. If the received group object has more records than this, the remaining records in the object will be ignored. Direct dependencies =================== \ :kconfig:`BT_MCC_OTS ` && \ :kconfig:`BT_MCC ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 25 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.mcs:94`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:35`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Media Control Client Support → Media Control Client support for Object Transfer Service .. code-block:: kconfig config BT_MCC_GROUP_RECORDS_MAX int "Maximum number of records in a group object" range 0 500 default 25 depends on BT_MCC_OTS && BT_MCC && BT_AUDIO && BT_AUDIO && BT help Sets the maximum number of records in a group object. If the received group object has more records than this, the remaining records in the object will be ignored. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*