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:
parent
30d65809fc
commit
029a66a195
23 changed files with 171 additions and 65 deletions
|
@ -6,7 +6,6 @@ project(peripheral)
|
|||
|
||||
target_sources(app PRIVATE
|
||||
src/main.c
|
||||
../gatt/hrs.c
|
||||
../gatt/cts.c
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue