Change-Id: Iadcb12db965c83be31dc90320ada677f017025ef
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
app_control_create(&service);
ret_if(!service);
- app_control_set_operation(service, "http://tizen.org/appcontrol/operation/edit");
- app_control_set_mime(service, "application/x-bluetooth-visibility");
+ app_control_set_operation(service, "APP_CONTROL_OPERATION_SETTING_BT_VISIBILITY");
ret = app_control_send_launch_request(service, NULL, NULL);
if (ret != APP_CONTROL_ERROR_NONE)
{