[UTC][bluetooth][NON-ACR][Fix UTC fail issue for GATT MTU API]
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 28 Apr 2017 02:08:40 +0000 (11:08 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 28 Apr 2017 02:12:53 +0000 (11:12 +0900)
Change-Id: I79e0c933833ab00e18acbc63f967b76084e72fda
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/utc/bluetooth/utc_bluetooth_gatt_negative.c

index ea5326b3fad45b178b828173b65ac0e7810de228..a37985cdcf98319310e0868155c492b96d3b4f78 100644 (file)
@@ -2495,8 +2495,6 @@ int utc_bluetooth_bt_gatt_client_unset_att_mtu_changed_cb_n(void)
     if (le_supported) {
         assert_eq(startup_flag, BT_ERROR_NONE);
 
-               ret = bt_deinitialize();
-
         ret =  bt_gatt_client_unset_att_mtu_changed_cb(NULL);
         assert_eq(ret, BT_ERROR_INVALID_PARAMETER);
     } else {