subsys: bluetooth: services: dev. information service enhancements

This commit moves the BLE GATT Device Information service
from /samples/bluetooth/gatt to /subsys/bluetooth/services and adds
a Kconfig entry to enable and configure the service;
when enabled, it will register itself automatically.

Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
Signed-off-by: Radoslaw Koppel <radoslaw.koppel@nordicsemi.no>
This commit is contained in:
Emanuele Di Santo 2018-11-01 16:44:52 +01:00 committed by Carles Cufí
commit 7e8b44f774
26 changed files with 207 additions and 85 deletions

View file

@ -5,7 +5,6 @@ project(peripheral)
target_sources(app PRIVATE
src/main.c
../gatt/hrs.c
../gatt/dis.c
../gatt/bas.c
../gatt/cts.c
)