g_menu_state = CURRENT_STATUS_UNSET_DEVICE_CONNECTED_CB;
else if (strncmp(cmd, "adcc", 4) == 0)
g_menu_state = CURRENT_STATUS_ADD_DEVICE_CONNECTION_CHANGED_CB;
- else if (strncmp(cmd, "rdcc", 3) == 0)
+ else if (strncmp(cmd, "rdcc", 4) == 0)
g_menu_state = CURRENT_STATUS_REMOVE_DEVICE_CONNECTION_CHANGED_CB;
else if (strncmp(cmd, "si", 3) == 0)
g_menu_state = CURRENT_STATUS_SET_DEVICE_INFO_CHANGED_CB;
else if (strncmp(cmd, "vdt", 3) == 0)
g_menu_state = CURRENT_STATUS_DESTROY_VIRTUAL_STREAM;
#ifndef TIZEN_FEATURE_TV_PROD
- if (strncmp(cmd, "mgx", 3) == 0)
+ else if (strncmp(cmd, "mgx", 3) == 0)
g_menu_state = CURRENT_STATUS_GET_MAX_MASTER_VOLUME;
else if (strncmp(cmd, "msv", 3) == 0)
g_menu_state = CURRENT_STATUS_SET_MASTER_VOLUME;
g_print("*** press enter to set device connected cb\n");
else if (g_menu_state == CURRENT_STATUS_UNSET_DEVICE_CONNECTED_CB)
g_print("*** press enter to unset device connected cb\n");
+ else if (g_menu_state == CURRENT_STATUS_ADD_DEVICE_CONNECTION_CHANGED_CB)
+ g_print("*** press enter to add device connected cb\n");
+ else if (g_menu_state == CURRENT_STATUS_REMOVE_DEVICE_CONNECTION_CHANGED_CB)
+ g_print("*** press enter to remove device connected cb\n");
else if (g_menu_state == CURRENT_STATUS_SET_DEVICE_INFO_CHANGED_CB)
g_print("*** press enter to set device information changed cb\n");
else if (g_menu_state == CURRENT_STATUS_UNSET_DEVICE_INFO_CHANGED_CB)