zephyr/subsys/bluetooth/services
Ulf Magnusson 87e917a925 kconfig: Remove redundant 'default n' and 'prompt' properties
Bool symbols implicitly default to 'n'.

A 'default n' can make sense e.g. in a Kconfig.defconfig file, if you
want to override a 'default y' on the base definition of the symbol. It
isn't used like that on any of these symbols though.

Also replace some

    config
    	prompt "foo"
    	bool/int

with the more common shorthand

    config
    	bool/int "foo"

See the 'Style recommendations and shorthands' section in
https://docs.zephyrproject.org/latest/guides/kconfig/index.html.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-12-09 16:14:50 +01:00
..
CMakeLists.txt Bluetooth: services: Move Heart rate service 2019-07-11 13:21:14 +03:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.bas kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
Kconfig.dis kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.hrs kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
bas.c Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
dis.c subsys/settings: Update bluetooth module 2019-06-26 16:31:01 +02:00
hrs.c Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00