:orphan: .. title:: ANT_ENCRYPTION_NEGOTIATION_SLAVE .. option:: CONFIG_ANT_ENCRYPTION_NEGOTIATION_SLAVE *Negotiation for encrypted ANT slave (rx) channels* Type: ``bool`` Direct dependencies =================== \ :option:`ANT_ENCRYPT_CONFIG ` && \ :option:`ANT ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``lib\ant_encryption/Kconfig:27`` Included via ``Kconfig:35`` → ``lib/Kconfig:11`` Menu path: (Top) → ANT Wireless → ANT Encrypt Config Library .. parsed-literal:: config ANT_ENCRYPTION_NEGOTIATION_SLAVE bool "Negotiation for encrypted ANT slave (rx) channels" default n depends on \ :option:`ANT_ENCRYPT_CONFIG ` && \ :option:`ANT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*