:orphan: .. title:: CONFIG_BT_PACS .. kconfig:: CONFIG_BT_PACS CONFIG_BT_PACS ############## *Published Audio Capabilities Service Support* Type: ``bool`` Help ==== .. code-block:: none This option enables support for Published Audio Capabilities Service. Direct dependencies =================== \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`BT_SMP_SC_PAIR_ONLY ` Symbols that select this symbol =============================== - \ :kconfig:`BT_AUDIO_UNICAST_SERVER ` Kconfig definition ================== At ``/bluetooth/audio/Kconfig.pacs:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:28`` → ``/bluetooth/audio/Kconfig.baps:264`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] .. code-block:: kconfig config BT_PACS bool "Published Audio Capabilities Service Support" select BT_SMP_SC_PAIR_ONLY depends on BT_AUDIO && BT help This option enables support for Published Audio Capabilities Service. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*