The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_BT_OTS_MAX_OBJ_CNT

Maximum number of objects that each service instance can store

Type: int

Direct dependencies

BT_OTS && BT_CONN && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • 5

Kconfig definition

At subsys/bluetooth/services/ots/Kconfig:21

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:9subsys/bluetooth/Kconfig:175subsys/bluetooth/services/Kconfig:17

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → GATT Services → Object Transfer Service (OTS) [EXPERIMENTAL]

config BT_OTS_MAX_OBJ_CNT
    int "Maximum number of objects that each service instance can store"
    default 5
    depends on BT_OTS && BT_CONN && BT_HCI && BT

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)