App will never confirm write command as commands dont need one but we still need to confirm in databasse. We confirm immediately. --- android/gatt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/gatt.c b/android/gatt.c index 841f08c..536a7fe 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -4904,6 +4904,8 @@ static void write_cb(struct gatt_db_attribute *attrib, unsigned int id, if (opcode == ATT_OP_WRITE_REQ || opcode == ATT_OP_PREP_WRITE_REQ) ev->need_rsp = 0x01; + else + gatt_db_attribute_write_result(attrib, id, 0); ev->length = len; memcpy(ev->value, value, len); -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html