zephyr/samples/bluetooth
Ulf Magnusson bd6e04411e kconfig: Clean up header comments and make them consistent
Use this short header style in all Kconfig files:

    # <description>

    # <copyright>
    # <license>

    ...

Also change all <description>s from

    # Kconfig[.extension] - Foo-related options

to just

    # Foo-related options

It's clear enough that it's about Kconfig.

The <description> cleanup was done with this command, along with some
manual cleanup (big letter at the start, etc.)

    git ls-files '*Kconfig*' | \
        xargs sed -i -E '1 s/#\s*Kconfig[\w.-]*\s*-\s*/# /'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-04 17:31:27 -05:00
..
beacon cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
central Bluetooth: Host: Print error codes in hex 2019-08-05 12:18:17 +02:00
central_hr Bluetooth: Host: Print error codes in hex 2019-08-05 12:18:17 +02:00
eddystone coccinelle: standardize kernel API timeout arguments 2019-10-04 16:23:57 -04:00
handsfree cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
hci_spi doc: s/device tree/devicetree/ 2019-10-08 11:53:40 +02:00
hci_uart Bluetooth: samples: Reduce the bbc_microbit RAM usage 2019-10-16 15:38:12 +03:00
hci_usb kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
ibeacon cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
ipsp coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
mesh samples: migrating to NVS backend with settings 2019-10-11 14:55:24 +02:00
mesh_demo samples: migrating to NVS backend with settings 2019-10-11 14:55:24 +02:00
peripheral Bluetooth: Keys: add key overwrite feature for key storage. 2019-10-17 22:20:55 +03:00
peripheral_csc Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
peripheral_dis Bluetooth: samples: peripheral_dis: Failed to save with custom settings 2019-10-16 16:39:47 +03:00
peripheral_esp Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
peripheral_hids samples: migrating to NVS backend with settings 2019-10-11 14:55:24 +02:00
peripheral_hr Bluetooth: Host: Print error codes in hex 2019-08-05 12:18:17 +02:00
peripheral_ht Bluetooth: GATT: Add support to setting permission on CCCD 2019-09-19 21:12:39 +03:00
peripheral_sc_only Bluetooth: samples: Add newline when using printk 2019-10-07 20:50:14 +03:00
scan_adv cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
bluetooth.rst doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00