Diff between 623577103727cf441f6c83fe908348d10fa84121 and e90b0050b8a93187d40f195aa83aa6b45884d32c

Changed Files

File Additions Deletions Status
proximity/reporter.c +1 -1 modified

Full Patch

diff --git a/proximity/reporter.c b/proximity/reporter.c
index d8cc58f..a139c7c 100644
--- a/proximity/reporter.c
+++ b/proximity/reporter.c
@@ -168,7 +168,7 @@ static void register_immediate_alert(void)
 
 	/* Alert level characteristic */
 	bt_uuid16_create(&uuid, GATT_CHARAC_UUID);
-	atval[0] = ATT_CHAR_PROPER_READ | ATT_CHAR_PROPER_WRITE;
+	atval[0] = ATT_CHAR_PROPER_WRITE_WITHOUT_RESP;
 	att_put_u16(h + 1, &atval[1]);
 	att_put_u16(ALERT_LEVEL_CHR_UUID, &atval[3]);
 	/* FIXME: Provide the adapter in next function */