:orphan: .. title:: CONFIG_BT_ANCS_CLIENT_CP_BUFF_SIZE .. kconfig:: CONFIG_BT_ANCS_CLIENT_CP_BUFF_SIZE CONFIG_BT_ANCS_CLIENT_CP_BUFF_SIZE ################################## *Control Point transmit buffer size* Type: ``int`` Help ==== .. code-block:: none Transmit buffer size for Control Point characteristic. Direct dependencies =================== \ :kconfig:`BT_ANCS_CLIENT ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 160 Kconfig definition ================== At ``/subsys/bluetooth/services/Kconfig.ancs_client:15`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:10`` → ``/subsys/bluetooth/Kconfig:32`` → ``/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 .. code-block:: kconfig 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.)*