Diff between a98314919a85da6f02b0d9e5b6e69e6c40c082ac and bb0122151d2f6b5c57f3e573e654f4685288ff49

Changed Files

File Additions Deletions Status
src/shared/bap.c +1 -1 modified

Full Patch

diff --git a/src/shared/bap.c b/src/shared/bap.c
index 0af117b..a6de51f 100644
--- a/src/shared/bap.c
+++ b/src/shared/bap.c
@@ -3093,7 +3093,7 @@ static uint8_t ep_config(struct bt_bap_endpoint *ep, struct bt_bap *bap,
 	cc.iov_base = util_iov_pull_mem(iov, req->cc_len);
 	cc.iov_len = req->cc_len;
 
-	if (!bt_bap_debug_caps(cc.iov_base, cc.iov_len, bap->debug_func,
+	if (!bt_bap_debug_config(cc.iov_base, cc.iov_len, bap->debug_func,
 						bap->debug_data)) {
 		ascs_ase_rsp_add(rsp, req->ase,
 				BT_ASCS_RSP_CONF_INVALID,