:orphan: .. title:: CONFIG_BT_LATENCY_CLIENT .. kconfig:: CONFIG_BT_LATENCY_CLIENT CONFIG_BT_LATENCY_CLIENT ######################## *Latency service client* Type: ``bool`` Help ==== .. code-block:: none Enable Nordic GATT Latency client. Direct dependencies =================== \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`BT_NRF_SERVICES ` - \ :kconfig:`BT_GATT_DM ` - \ :kconfig:`BT_GATT_CLIENT ` Kconfig definition ================== At ``/subsys/bluetooth/services/Kconfig.latency_c:7`` 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:29`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth Services .. code-block:: kconfig config BT_LATENCY_CLIENT bool "Latency service client" select BT_NRF_SERVICES select BT_GATT_DM select BT_GATT_CLIENT depends on BT help Enable Nordic GATT Latency client. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*