scpp: Move code from android to profiles

This is a place holder until the code is ported to use shared API so it
can be shared by android and D-Bus daemon.
This commit is contained in:
Luiz Augusto von Dentz 2015-11-11 13:17:33 +02:00
parent b6cb2d3ec3
commit d0a77e68d7
6 changed files with 6 additions and 5 deletions

View File

@ -401,7 +401,7 @@ unit_tests += unit/test-hog
unit_test_hog_SOURCES = unit/test-hog.c \
$(btio_sources) \
android/hog.h android/hog.c \
android/scpp.h android/scpp.c \
profiles/scanparam/scpp.h profiles/scanparam/scpp.c \
profiles/battery/bas.h profiles/battery/bas.c \
android/dis.h android/dis.c \
src/log.h src/log.c \

View File

@ -39,7 +39,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
bluez/android/main.c \
bluez/android/bluetooth.c \
bluez/android/scpp.c \
bluez/profiles/scanparam/scpp.c \
bluez/android/dis.c \
bluez/profiles/battery/bas.c \
bluez/android/hog.c \

View File

@ -28,7 +28,8 @@ android_bluetoothd_SOURCES = android/main.c \
src/eir.h src/eir.c \
android/bluetooth.h android/bluetooth.c \
android/hidhost.h android/hidhost.c \
android/scpp.h android/scpp.c \
profiles/scanparam/scpp.h \
profiles/scanparam/scpp.c \
android/dis.h android/dis.c \
profiles/battery/bas.h profiles/battery/bas.c \
android/hog.h android/hog.c \

View File

@ -53,7 +53,7 @@
#include "btio/btio.h"
#include "android/scpp.h"
#include "profiles/scanparam/scpp.h"
#include "android/dis.h"
#include "profiles/battery/bas.h"
#include "android/hog.h"

View File

@ -44,7 +44,7 @@
#include "attrib/gattrib.h"
#include "attrib/gatt.h"
#include "android/scpp.h"
#include "profiles/scanparam/scpp.h"
#define SCAN_INTERVAL_WIN_UUID 0x2A4F
#define SCAN_REFRESH_UUID 0x2A31