Add support for A2DP source and sink both role
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / bluez_hal / src / bt-hal-a2dp-sink-dbus-handler.c
index 383a336..f6014af 100644 (file)
@@ -268,7 +268,7 @@ bt_status_t _bt_hal_dbus_handler_enable_a2dp_sink(void)
                        /* Add the exception case for Already Exists */
                        if (g_strrstr(error->message, "Already Exists")) {
                                g_clear_error(&error);
-                               return BT_STATUS_DONE;
+                               return BT_STATUS_SUCCESS;
                        }
 
                        g_clear_error(&error);