Diff between 35d8c3b572dc20047edb6064edf9e0bd998896ad and c39317ed42cbcdcf9330e3051743c87fc366125a

Changed Files

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

Full Patch

diff --git a/src/shared/bass.c b/src/shared/bass.c
index fd4f28a..8906ca1 100644
--- a/src/shared/bass.c
+++ b/src/shared/bass.c
@@ -567,7 +567,8 @@ static void bass_new(struct bt_bass_db *bdb)
 		gatt_db_service_add_characteristic(bdb->service,
 				&uuid,
 				BT_ATT_PERM_WRITE,
-				BT_GATT_CHRC_PROP_WRITE,
+				BT_GATT_CHRC_PROP_WRITE |
+				BT_GATT_CHRC_PROP_WRITE_WITHOUT_RESP,
 				NULL, bass_bcast_audio_scan_cp_write,
 				bdb);