summaryrefslogtreecommitdiff
path: root/profiles/health
diff options
context:
space:
mode:
authorRavi kumar Veeramally <ravikumar.veeramally@linux.intel.com>2014-10-02 15:25:16 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2014-10-02 16:09:50 +0300
commit9164e6d2c553d843baa3773908280129766d8dc6 (patch)
treee286807f21b50ea22d7d294b461ea3a41a57c6dc /profiles/health
parentc2a70e6b9d0c2257a3ae579d62faa1d60e4962bd (diff)
downloadbluez-9164e6d2c553d843baa3773908280129766d8dc6.tar.gz
mcap: Rename mcap-lib to mcap
Diffstat (limited to 'profiles/health')
-rw-r--r--profiles/health/hdp.c2
-rw-r--r--profiles/health/hdp_util.c2
-rw-r--r--profiles/health/mcap.c (renamed from profiles/health/mcap-lib.c)2
-rw-r--r--profiles/health/mcap.h (renamed from profiles/health/mcap-lib.h)0
4 files changed, 3 insertions, 3 deletions
diff --git a/profiles/health/hdp.c b/profiles/health/hdp.c
index d2e634ae7..c1ce1b8c7 100644
--- a/profiles/health/hdp.c
+++ b/profiles/health/hdp.c
@@ -45,7 +45,7 @@
#include "hdp_types.h"
#include "hdp_util.h"
#include "hdp.h"
-#include "mcap-lib.h"
+#include "mcap.h"
#define ECHO_TIMEOUT 1 /* second */
#define HDP_ECHO_LEN 15
diff --git a/profiles/health/hdp_util.c b/profiles/health/hdp_util.c
index c524054ad..af50b0191 100644
--- a/profiles/health/hdp_util.c
+++ b/profiles/health/hdp_util.c
@@ -48,7 +48,7 @@
#include "src/log.h"
#include "src/dbus-common.h"
-#include "mcap-lib.h"
+#include "mcap.h"
#include "hdp_types.h"
#include "hdp.h"
#include "hdp_util.h"
diff --git a/profiles/health/mcap-lib.c b/profiles/health/mcap.c
index 1706d9f6c..a20a7ad78 100644
--- a/profiles/health/mcap-lib.c
+++ b/profiles/health/mcap.c
@@ -38,7 +38,7 @@
#include "btio/btio.h"
#include "src/log.h"
-#include "mcap-lib.h"
+#include "mcap.h"
#define MCAP_BTCLOCK_HALF (MCAP_BTCLOCK_FIELD / 2)
#define CLK CLOCK_MONOTONIC
diff --git a/profiles/health/mcap-lib.h b/profiles/health/mcap.h
index 548d67259..548d67259 100644
--- a/profiles/health/mcap-lib.h
+++ b/profiles/health/mcap.h