Bluetooth: services: Move health thermometer service

Move the health thermometer service into the sample folder that
demonstrates it. This avoids long build paths

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2019-07-04 17:08:04 +02:00 committed by Johan Hedberg
commit eecc58fafd
4 changed files with 1 additions and 4 deletions

View file

@ -8,7 +8,4 @@ project(peripheral_ht)
FILE(GLOB app_sources src/*.c) FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE target_sources(app PRIVATE
${app_sources} ${app_sources}
../gatt/hts.c
) )
zephyr_library_include_directories($ENV{ZEPHYR_BASE}/samples/bluetooth)

View file

@ -21,7 +21,7 @@
#include <bluetooth/gatt.h> #include <bluetooth/gatt.h>
#include <bluetooth/services/bas.h> #include <bluetooth/services/bas.h>
#include <gatt/hts.h> #include "hts.h"
struct bt_conn *default_conn; struct bt_conn *default_conn;