diff --git a/subsys/bluetooth/services/bas/Kconfig.bas b/subsys/bluetooth/services/bas/Kconfig.bas index 5eec755ed1be89..779b5c8e7301ac 100644 --- a/subsys/bluetooth/services/bas/Kconfig.bas +++ b/subsys/bluetooth/services/bas/Kconfig.bas @@ -9,22 +9,22 @@ config BT_BAS config BT_BAS_BLS bool "Battery Level Status" help - Enable this option to include Battery Level Status Characteristic. + Enable this option to include Battery Level Status Characteristic. if BT_BAS_BLS config BT_BAS_BLS_IDENTIFIER_PRESENT bool "Battery Level Identifier Present" help - Enable this option if the Battery Level Identifier is present. + Enable this option if the Battery Level Identifier is present. config BT_BAS_BLS_BATTERY_LEVEL_PRESENT bool "Battery Level Present" help - Enable this option if the Battery Level is present. + Enable this option if the Battery Level is present. config BT_BAS_BLS_ADDITIONAL_STATUS_PRESENT bool "Additional Battery Status Present" help - Enable this option if Additional Battery Status information is present. + Enable this option if Additional Battery Status information is present. endif