summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyuk Lee <hyuk0512.lee@samsung.com>2016-11-08 17:41:31 +0900
committerPyun DoHyun <dh79.pyun@samsung.com>2016-11-13 18:47:12 -0800
commit197e6b17112216af538350fb341483223bd19a73 (patch)
tree94e03265dfd0d32ec896a36742a788b95c76d852
parentc554014fd25adb24d43455e561d18f7f63849e32 (diff)
downloadbluez-accepted/tizen/3.0/mobile/20161116.020901.tar.gz
bluez-accepted/tizen/3.0/mobile/20161116.020901.tar.bz2
bluez-accepted/tizen/3.0/mobile/20161116.020901.zip
Change-Id: I2754dddd3f3d7b387e50cfb1ee90b19f1b3dbda6 Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
-rw-r--r--src/device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device.c b/src/device.c
index 6d115263..e349c471 100644
--- a/src/device.c
+++ b/src/device.c
@@ -8350,7 +8350,9 @@ guint btd_device_add_attio_callback(struct btd_device *device,
attio->dcfunc = dcfunc;
attio->user_data = user_data;
+#ifndef __TIZEN_PATCH__
device_set_auto_connect(device, TRUE);
+#endif
/* Check if there is no GAttrib associated to the device created by a
* incoming connection */