From 948e4cb8ff765b237946af3b394c6b15717d5df0 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Tue, 4 Aug 2015 14:59:38 +0900 Subject: [PATCH] Fix the bug in oob get data Change-Id: I6025ff49e8abe3672a13ce29e224b4890d004466 Signed-off-by: DoHyun Pyun --- bt-service/bt-service-oob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt-service/bt-service-oob.c b/bt-service/bt-service-oob.c index b9e9d11..ded3a18 100644 --- a/bt-service/bt-service-oob.c +++ b/bt-service/bt-service-oob.c @@ -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){ -- 2.7.4