From: DoHyun Pyun Date: Wed, 2 Jan 2019 04:06:30 +0000 (+0900) Subject: Enable the connection request event for custom obex server X-Git-Tag: accepted/tizen/unified/20190103.061726^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75ddc97a46b319e151d6d0a2ec4fd149fec224a5;p=platform%2Fupstream%2Fbluez.git Enable the connection request event for custom obex server Change-Id: Icac1762393d4527d4fa920e5e123bcdf0ec485bf Signed-off-by: DoHyun Pyun --- diff --git a/src/profile.c b/src/profile.c index 5e14963..bbc774d 100644 --- a/src/profile.c +++ b/src/profile.c @@ -2397,7 +2397,7 @@ static struct default_settings { .psm = BTD_PROFILE_PSM_AUTO, .mode = BT_IO_MODE_ERTM, .sec_level = BT_IO_SEC_LOW, - .authorize = false, + .authorize = true, .get_record = get_opp_record, #ifdef TIZEN_FEATURE_BLUEZ_MODIFY .version = 0x0100,