Bluetooth: services: Move Heart rate service

This commit moves the BLE GATT heart rate service from
samples/bluetooth/gatt to subsys/bluetooth/services and adds a Kconfig
entry to enable and configure the service.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2019-07-04 16:44:29 +02:00 committed by Johan Hedberg
commit 029a66a195
23 changed files with 171 additions and 65 deletions

View file

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