CONFIG_BT_ANCS_CLIENT_CP_BUFF_SIZE

Control Point transmit buffer size

Type: int

Help

Transmit buffer size for Control Point characteristic.

Direct dependencies

BT_ANCS_CLIENT && BT

(Includes any dependencies from ifs and menus.)

Default

  • 160

Kconfig definition

At <nRF>/subsys/bluetooth/services/Kconfig.ancs_client:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:32<nRF>/subsys/bluetooth/services/Kconfig:15

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth Services → Apple Notification Center Service client

config BT_ANCS_CLIENT_CP_BUFF_SIZE
    int "Control Point transmit buffer size"
    range 20 65535
    default 160
    depends on BT_ANCS_CLIENT && BT
    help
      Transmit buffer size for Control Point characteristic.

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