CONFIG_BT_MCC_GROUP_RECORDS_MAX

Maximum number of records in a group object

Type: int

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.

Direct dependencies

BT_MCC_OTS && BT_MCC && BT_AUDIO && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • 25

Kconfig definition

At <Zephyr>/subsys/bluetooth/audio/Kconfig.mcs:94

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:200<Zephyr>/subsys/bluetooth/audio/Kconfig:66

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

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.)