Apply LE OOB pairing related patchsets:
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / bt-map-client.c
index 23e546f..33e08a1 100644 (file)
@@ -134,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);
@@ -283,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);