[TBT][BluetoothOPP][NonACR][TFIVE-15067, Accept/Reject option fixed] 73/191973/1 tizen_5.0_mobile
authorAmritanshu Pandia <a.pandia1@samsung.com>
Fri, 26 Oct 2018 07:36:36 +0000 (13:06 +0530)
committerAmritanshu Pandia <a.pandia1@samsung.com>
Fri, 26 Oct 2018 07:36:36 +0000 (13:06 +0530)
Change-Id: Ia465445748c1b0b8a3a8147f8aaec0dcc2423186
Signed-off-by: Amritanshu Pandia <a.pandia1@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/view/tbt-bluetooth-view.c

index 16a4fe79a93aa4286f9bf00d4f1e5a7d223c245c..4e14c1b15c25e91e28d07f12a187b783535a7c8f 100755 (executable)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index bef71efe3cf61abebdc7b46cb30912afbb53c7f8..f7ca9490dfefe471be63fb530e5de852290ee4eb 100755 (executable)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
index c30497077816a9db64461fb7707f4243caa590e8..6b6ce3e43d1b3a0f14eb1caa0c818958c2c67a94 100644 (file)
@@ -602,7 +602,7 @@ static void update_view_controls(bluetooth_view *this)
                        else if(this->view->tbt_info->apptype == TBT_APP_BT_OPP_SERVER && this->is_opp_server_accecpt == EINA_FALSE)
                        {
                                DBG("TBT_APP_BT_OPP_SERVER");
-                               result = bt_opp_server_initialize_by_connection_request(get_storage_image_dir_path(), _adpter_bt_opp_server_connection_requested_cb,this);
+                               result = bt_opp_server_initialize_by_connection_request(get_shared_resource_path(this->view->tbt_info->file_name), _adpter_bt_opp_server_connection_requested_cb,this);
                                DBG("bt_opp_server_initialize_by_connection_request %s %s ", get_bluetooth_error(result), app_get_resource_path());
                                RETM_IF(result != BT_ERROR_NONE, "[bt_opp_server_initialize_by_connection_request] Failed. > Error = %s", get_bluetooth_error(result));
                        }