Change-Id: Ifdd12ab5dc05094479644522250090acbcea1cbb
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
BT_INFO("operation: %s", operation);
if (g_strcmp0(operation, APP_CONTROL_OPERATION_SHARE) == 0) {
BT_INFO("operation: %s", operation);
if (g_strcmp0(operation, APP_CONTROL_OPERATION_SHARE) == 0) {
launch_type = strdup("send");
app_control_get_mime(service, &mime);
launch_type = strdup("send");
app_control_get_mime(service, &mime);
} else if (g_strcmp0(operation, APP_CONTROL_OPERATION_SHARE_TEXT) == 0) {
BT_DBG("APP_CONTROL_OPERATION_SHARE_TEXT");
} else if (g_strcmp0(operation, APP_CONTROL_OPERATION_SHARE_TEXT) == 0) {
BT_DBG("APP_CONTROL_OPERATION_SHARE_TEXT");
char **array_value = NULL;
int array_length;
int ret, i;
char **array_value = NULL;
int array_length;
int ret, i;
launch_type = strdup("send");
launch_type = strdup("send");
} else if (g_strcmp0(operation, BT_APPCONTROL_PICK_OPERATION) == 0) {
BT_DBG("Pick Operation");
launch_type = strdup("pick");
} else if (g_strcmp0(operation, BT_APPCONTROL_PICK_OPERATION) == 0) {
BT_DBG("Pick Operation");
launch_type = strdup("pick");