summaryrefslogtreecommitdiff
path: root/android/Android.mk
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2015-02-16 15:02:26 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-02-19 15:21:08 +0200
commitc4686d50860e18abff8bdaaa77d20d1b783801ae (patch)
tree200edd43877a8264748882f1191a971999587775 /android/Android.mk
parentdbcd2d44466b35860bb335bd5c8789e7b2a858bb (diff)
downloadbluez-c4686d50860e18abff8bdaaa77d20d1b783801ae.tar.gz
android/avdtp: Fix SEID generation
Fixes SEID generation for avdtp. Currently SEIDs were assigned assuming that SEID are registered and unregistered in the same order like: seid = g_slist_length(seps) + 1 which makes it possible to reuse similar SEIDs. Note that helper function allows maximum id of sizeof(int) * 8 which is smaller then MAX_SEID but more then enough for local SEPs.
Diffstat (limited to 'android/Android.mk')
-rw-r--r--android/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/Android.mk b/android/Android.mk
index 91b956261..1f2095d39 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -261,6 +261,7 @@ LOCAL_SRC_FILES := \
bluez/btio/btio.c \
bluez/lib/bluetooth.c \
bluez/lib/hci.c \
+ bluez/src/shared/util.c \
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/bluez \