diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c
index 1034202..964ba9c 100644
--- a/profiles/audio/bap.c
+++ b/profiles/audio/bap.c
/* Mark BIG and BIS to be auto assigned */
setup->qos.bcast.big = BT_ISO_QOS_BIG_UNSET;
setup->qos.bcast.bis = BT_ISO_QOS_BIS_UNSET;
+ setup->qos.bcast.sync_factor = 0x01;
+ setup->qos.bcast.sync_timeout = BT_ISO_SYNC_TIMEOUT;
+ setup->qos.bcast.timeout = BT_ISO_SYNC_TIMEOUT;
setup->qos_parser = setup_parse_bcast_qos;
setup->destroy = setup_bcast_destroy;
} else {