Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] android/gatt: Add test command for sign write
@ 2014-06-16 21:59 Lukasz Rymanowski
  2014-06-17  9:23 ` Szymon Janc
  0 siblings, 1 reply; 2+ messages in thread
From: Lukasz Rymanowski @ 2014-06-16 21:59 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: szymon.janc, Lukasz Rymanowski

This is needed for some PTS test cases.
---
 android/gatt.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/android/gatt.c b/android/gatt.c
index a19fe5c..943704a 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -3674,6 +3674,11 @@ static uint8_t test_read_write(bdaddr_t *bdaddr, bt_uuid_t *uuid, uint16_t op,
 	case ATT_OP_EXEC_WRITE_REQ:
 		length = enc_exec_write_req(u2, pdu, mtu);
 		break;
+	case ATT_OP_SIGNED_WRITE_CMD:
+		if (signed_write_cmd(dev, u2, (uint8_t *) &u3, sizeof(u3)))
+			return HAL_STATUS_SUCCESS;
+		else
+			return HAL_STATUS_FAILED;
 	default:
 		error("gatt: Unknown operation type");
 
-- 
1.8.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-17  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 21:59 [PATCH] android/gatt: Add test command for sign write Lukasz Rymanowski
2014-06-17  9:23 ` Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox