Diff between 466f5946614c7140c8c6b8eba12d1d228892c1aa and bc556d730092feaa7abf78df5d6845a520adc5b3

Changed Files

File Additions Deletions Status
android/hal-ipc-api.txt +10 -0 modified

Full Patch

diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt
index 3cf8c16..a56474c 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