demo: change pin nubmer
authorsaerome.kim <saerome.kim@samsung.com>
Thu, 18 Jan 2018 12:01:29 +0000 (21:01 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Mon, 2 Jul 2018 10:38:44 +0000 (19:38 +0900)
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
capi/demo/comp-manager.c

index 2edb84dff9ea4218cd4694d4d054d3ec8372bae0..d60fa8b53c5e090aabbca0a84aea7e2a7cd9d3b6 100755 (executable)
@@ -37,7 +37,7 @@ static char group_idx[MENU_DATA_SIZE + 1] = "1";
 static char group_idx_a[MENU_DATA_SIZE + 1] = "1";
 static char group_idx_b[MENU_DATA_SIZE + 1] = "2";
 static char device_idx[MENU_DATA_SIZE + 1] = "1";
-static char pin[MENU_DATA_SIZE + 1] = "11223344";
+static char pin[MENU_DATA_SIZE + 1] = "12341234";
 static char message[MENU_DATA_SIZE + 1] = "Hello World!!";
 
 int run_get_my_id(MManager *mm, struct menu_data *menu)
@@ -823,7 +823,8 @@ static struct menu_data menu_group_invite_device[] = {
        { "1", "Show Found Device(s)", NULL, run_devices_show, NULL },
        { "2", "Group Index", NULL, NULL, group_idx },
        { "3", "Device Index", NULL, NULL, device_idx },
-       { "4", "Run", NULL, run_device_invite, NULL },
+       { "4", "PIN", NULL, NULL, pin },
+       { "5", "Run", NULL, run_device_invite, NULL },
        { NULL, NULL, },
 };