diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c
index 0883f6c..85bba95 100644
--- a/profiles/audio/bap.c
+++ b/profiles/audio/bap.c
if (dbus_message_iter_get_arg_type(&props) != DBUS_TYPE_DICT_ENTRY)
return btd_error_invalid_args(msg);
- /* Broadcast source supports multiple setups, each setup will be BIS
- * and will be configured with the set_configuration command
- * TO DO reconfiguration of a BIS.
- */
- if (bt_bap_pac_get_type(ep->lpac) != BT_BAP_BCAST_SOURCE)
- ep_close(ep, NULL, NULL, NULL);
-
setup = setup_new(ep);
if (setup_parse_configuration(setup, &props) < 0) {