From bc556d730092feaa7abf78df5d6845a520adc5b3 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 14 Apr 2014 16:12:28 +0200 Subject: [PATCH] android/hal-ipc-api: Add valid write types for GATT --- android/hal-ipc-api.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index 3cf8c1660..a56474c04 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -1608,6 +1608,11 @@ Commands and responses: Valid GATT ID: UUID (16 octets) Instance ID (1 octet) + Valid Write Type: 0x01 = No response + 0x02 = Default + 0x03 = Prepare + 0x04 = Signed + In case of an error, the error response will be returned. Opcode 0x0e - Read Descriptor command/response @@ -1653,6 +1658,11 @@ Commands and responses: Valid Descr. GATT ID: UUID (16 octets) Instance ID (1 octet) + Valid Write Type: 0x01 = No response + 0x02 = Default + 0x03 = Prepare + 0x04 = Signed + In case of an error, the error response will be returned. Opcode 0x10 - Execute Write command/response -- 2.47.3