Diff between 897025255d622d8f20381021fbd3c2c86b34d9c8 and 688218cd94f1299516a734f9e255dfc8bfe9ca17

Changed Files

File Additions Deletions Status
android/gatt.c +2 -1 modified

Full Patch

diff --git a/android/gatt.c b/android/gatt.c
index f42a6f3..ad99b27 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -3092,7 +3092,8 @@ failed:
 	 * of error and write with no response
 	 */
 	if (status != HAL_STATUS_SUCCESS ||
-			cmd->write_type == GATT_WRITE_TYPE_NO_RESPONSE) {
+			cmd->write_type == GATT_WRITE_TYPE_NO_RESPONSE ||
+			cmd->write_type == GATT_WRITE_TYPE_SIGNED) {
 		int32_t gatt_status = (status == HAL_STATUS_SUCCESS) ?
 						GATT_SUCCESS : GATT_FAILURE;