Fix the bug in oob get data 50/45250/1 accepted/tizen/mobile/20150804.111906 accepted/tizen/tv/20150804.112001 accepted/tizen/wearable/20150804.112034 submit/tizen_mobile/20150804.063507 submit/tizen_tv/20150804.063511 submit/tizen_wearable/20150804.063515
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 4 Aug 2015 05:59:38 +0000 (14:59 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 4 Aug 2015 05:59:38 +0000 (14:59 +0900)
Change-Id: I6025ff49e8abe3672a13ce29e224b4890d004466
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-service/bt-service-oob.c

index b9e9d11..ded3a18 100644 (file)
@@ -82,7 +82,7 @@ int _bt_oob_read_local_data(bt_oob_data_t *local_oob_data)
                return BLUETOOTH_ERROR_INTERNAL;
        }
 
-       g_variant_get(reply ,"@ay@ay", &hash, &randomizer);
+       g_variant_get(reply ,"(@ay@ay)", &hash, &randomizer);
        g_variant_unref(reply);
 
        if(hash != NULL){