mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-15 00:04:29 +08:00
bas: 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:
parent
368a974e30
commit
b6cb2d3ec3
@ -402,7 +402,7 @@ unit_test_hog_SOURCES = unit/test-hog.c \
|
||||
$(btio_sources) \
|
||||
android/hog.h android/hog.c \
|
||||
android/scpp.h android/scpp.c \
|
||||
android/bas.h android/bas.c \
|
||||
profiles/battery/bas.h profiles/battery/bas.c \
|
||||
android/dis.h android/dis.c \
|
||||
src/log.h src/log.c \
|
||||
attrib/att.h attrib/att.c \
|
||||
|
@ -41,7 +41,7 @@ LOCAL_SRC_FILES := \
|
||||
bluez/android/bluetooth.c \
|
||||
bluez/android/scpp.c \
|
||||
bluez/android/dis.c \
|
||||
bluez/android/bas.c \
|
||||
bluez/profiles/battery/bas.c \
|
||||
bluez/android/hog.c \
|
||||
bluez/android/hidhost.c \
|
||||
bluez/android/socket.c \
|
||||
|
@ -30,7 +30,7 @@ android_bluetoothd_SOURCES = android/main.c \
|
||||
android/hidhost.h android/hidhost.c \
|
||||
android/scpp.h android/scpp.c \
|
||||
android/dis.h android/dis.c \
|
||||
android/bas.h android/bas.c \
|
||||
profiles/battery/bas.h profiles/battery/bas.c \
|
||||
android/hog.h android/hog.c \
|
||||
android/ipc-common.h \
|
||||
android/ipc.h android/ipc.c \
|
||||
|
@ -55,7 +55,7 @@
|
||||
|
||||
#include "android/scpp.h"
|
||||
#include "android/dis.h"
|
||||
#include "android/bas.h"
|
||||
#include "profiles/battery/bas.h"
|
||||
#include "android/hog.h"
|
||||
|
||||
#define HOG_UUID "00001812-0000-1000-8000-00805f9b34fb"
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include "attrib/att.h"
|
||||
#include "attrib/gatt.h"
|
||||
|
||||
#include "android/bas.h"
|
||||
#include "profiles/battery/bas.h"
|
||||
|
||||
#define ATT_NOTIFICATION_HEADER_SIZE 3
|
||||
#define ATT_READ_RESPONSE_HEADER_SIZE 1
|
Loading…
Reference in New Issue
Block a user