Add the Rx / Tx / idle time in the battery monitor
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / bt-device.c
index ebbb4c6..8b80037 100644 (file)
@@ -430,7 +430,7 @@ BT_EXPORT_API int bluetooth_disconnect_le(const bluetooth_device_address_t *devi
 
        g_array_append_vals(in_param1, device_address, sizeof(bluetooth_device_address_t));
 #ifdef TIZEN_GATT_CLIENT
-       BT_INFO("Send GATT disconnect using Client Interface [%d]", client_id);
+       BT_DBG("Send GATT disconnect using Client Interface [%d]", client_id);
        g_array_append_vals(in_param2, &client_id, sizeof(int));
 #endif
        user_info = _bt_get_user_data(BT_COMMON);