mcap: Rename mcap-lib to mcap

This commit is contained in:
Ravi kumar Veeramally 2014-10-02 15:25:16 +03:00 committed by Johan Hedberg
parent c2a70e6b9d
commit 9164e6d2c5
9 changed files with 10 additions and 10 deletions

View File

@ -64,7 +64,7 @@ builtin_sources += profiles/input/hog.c profiles/input/uhid_copy.h \
if EXPERIMENTAL
builtin_modules += health
builtin_sources += profiles/health/mcap-lib.h profiles/health/mcap-lib.c \
builtin_sources += profiles/health/mcap.h profiles/health/mcap.c \
profiles/health/hdp_main.c profiles/health/hdp_types.h \
profiles/health/hdp_manager.h \
profiles/health/hdp_manager.c \

View File

@ -56,7 +56,7 @@ LOCAL_SRC_FILES := \
bluez/android/handsfree-client.c \
bluez/android/gatt.c \
bluez/android/health.c \
bluez/profiles/health/mcap-lib.c \
bluez/profiles/health/mcap.c \
bluez/src/log.c \
bluez/src/shared/mgmt.c \
bluez/src/shared/util.c \
@ -211,7 +211,7 @@ LOCAL_SRC_FILES := \
bluez/btio/btio.c \
bluez/lib/bluetooth.c \
bluez/lib/hci.c \
bluez/profiles/health/mcap-lib.c \
bluez/profiles/health/mcap.c \
bluez/android/mcaptest.c \
LOCAL_C_INCLUDES := \

View File

@ -45,7 +45,7 @@ android_bluetoothd_SOURCES = android/main.c \
android/handsfree-client.c android/handsfree-client.h \
android/gatt.h android/gatt.c \
android/health.h android/health.c \
profiles/health/mcap-lib.h profiles/health/mcap-lib.c \
profiles/health/mcap.h profiles/health/mcap.c \
attrib/att.c attrib/att.h \
attrib/gatt.c attrib/gatt.h \
attrib/gattrib.c attrib/gattrib.h \
@ -95,7 +95,7 @@ noinst_PROGRAMS += android/mcaptest
android_mcaptest_SOURCES = android/mcaptest.c \
src/log.h src/log.c \
btio/btio.h btio/btio.c \
profiles/health/mcap-lib.h profiles/health/mcap-lib.c
profiles/health/mcap.h profiles/health/mcap.c
android_mcaptest_CFLAGS = $(AM_CFLAGS)
android_mcaptest_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@

View File

@ -43,7 +43,7 @@
#include "src/shared/queue.h"
#include "src/uuid-helper.h"
#include "src/sdp-client.h"
#include "profiles/health/mcap-lib.h"
#include "profiles/health/mcap.h"
#include "hal-msg.h"
#include "ipc-common.h"

View File

@ -38,7 +38,7 @@
#include "btio/btio.h"
#include "lib/l2cap.h"
#include "profiles/health/mcap-lib.h"
#include "profiles/health/mcap.h"
enum {
MODE_NONE,

View File

@ -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

View File

@ -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"

View File

@ -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