'u2' parameter is used to pass exec write flag. --- android/gatt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/gatt.c b/android/gatt.c index 81f8834..6708718 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -3488,6 +3488,8 @@ static uint8_t handle_test_command_read_write(bdaddr_t *bdaddr, bt_uuid_t *uuid, pdu, mtu); break; case ATT_OP_EXEC_WRITE_REQ: + length = enc_exec_write_req(u2, pdu, mtu); + break; default: error("gatt: Unknown operation type"); -- 1.9.3 -- 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