X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Fbluetooth-frwk-test.c;h=0e5838b53a7b896940e9d2dfc95cf7bdeb443a33;hb=008772c3a4c662bd78b145032df59153d96517be;hp=0fbe95cdafff5bc921b181d3164b4494fb758de9;hpb=b29d60594b312e3bdb3897e379cd512341595d92;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/test/bluetooth-frwk-test.c b/test/bluetooth-frwk-test.c index 0fbe95c..0e5838b 100644 --- a/test/bluetooth-frwk-test.c +++ b/test/bluetooth-frwk-test.c @@ -641,6 +641,15 @@ int test_input_callback(void *data) TC_PRT("connected : %d", connected); break; } + case 28: + { + TC_PRT("TC : %s", tc_table[27].tc_name); + + ret = bluetooth_reset_adapter(); + if (ret < 0) + TC_PRT("%s failed with [0x%04x]", tc_table[27].tc_name, ret); + break; + } case 29: {