Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ] bap: Fix CCC value for ASE control point
@ 2026-06-08 11:20 Simon Mikuda
  2026-06-08 12:23 ` [BlueZ] " bluez.test.bot
  2026-06-08 13:44 ` [PATCH BlueZ] " Luiz Augusto von Dentz
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Mikuda @ 2026-06-08 11:20 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Simon Mikuda

WriteWithoutResponse was missing
---
 src/shared/bap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/shared/bap.c b/src/shared/bap.c
index 8fc2fb14d..968b85730 100644
--- a/src/shared/bap.c
+++ b/src/shared/bap.c
@@ -3776,6 +3776,7 @@ static struct bt_ascs *ascs_new(struct gatt_db *db)
 					&uuid,
 					BT_ATT_PERM_WRITE,
 					BT_GATT_CHRC_PROP_WRITE |
+					BT_GATT_CHRC_PROP_WRITE_WITHOUT_RESP |
 					BT_GATT_CHRC_PROP_NOTIFY,
 					NULL, ascs_ase_cp_write,
 					ascs);
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-08 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-08 11:20 [PATCH BlueZ] bap: Fix CCC value for ASE control point Simon Mikuda
2026-06-08 12:23 ` [BlueZ] " bluez.test.bot
2026-06-08 13:44 ` [PATCH BlueZ] " Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox