Fixing BLUETOOTH_EVENT_GATT_CHAR_VAL_CHANGED for notify
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / bt-map-client.c
index e7a15dd..33e08a1 100644 (file)
 #include "bt-request-sender.h"
 #include "bt-event-handler.h"
 
-#ifdef TIZEN_DPM_ENABLE
-#include "bt-dpm.h"
-#endif
-
 GVariant *__g_variant_new_array_split(char *str)
 {
        GVariantBuilder b;
@@ -138,7 +134,6 @@ BT_EXPORT_API int bluetooth_map_client_set_folder(
 
        if (result != BLUETOOTH_ERROR_NONE) {
                BT_ERR("bluetooth_map_client_set_folder failed");
-               return BLUETOOTH_ERROR_INTERNAL;
        }
 
        BT_FREE_PARAMS(in_param1, in_param2, in_param3, in_param4, out_param);
@@ -287,7 +282,6 @@ BT_EXPORT_API int bluetooth_map_client_update_inbox(bt_map_client_session_info_s
 
        if (result != BLUETOOTH_ERROR_NONE) {
                BT_ERR("bluetooth_map_client_update_inbox failed");
-               return BLUETOOTH_ERROR_INTERNAL;
        }
 
        BT_FREE_PARAMS(in_param1, in_param2, in_param3, in_param4, out_param);