From b576fa4d336386d12e7e460b6530db9092d03d69 Mon Sep 17 00:00:00 2001 From: Mariusz Skamra Date: Mon, 11 May 2015 14:49:45 +0200 Subject: shared/att: Add ext_signed flag to be able to use external crypto Due to the issues with CSRK tests ext_signed flag has been added to allow android/gatt handle signed write operations. This patch fixes following tests: GAP__TC_SEC_CSIGN_BV_02_C GAP__TC_SEC_CSIGN_BI_01_C GAP__TC_SEC_CSIGN_BI_02_C GAP__TC_SEC_CSIGN_BI_03_C GAP__TC_SEC_CSIGN_BI_04_C SM__TC_SIGN_BV_03_C --- unit/test-gattrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unit/test-gattrib.c') diff --git a/unit/test-gattrib.c b/unit/test-gattrib.c index 28542f3c8..416e59635 100644 --- a/unit/test-gattrib.c +++ b/unit/test-gattrib.c @@ -92,7 +92,7 @@ static void setup_context(struct context *cxt, gconstpointer data) g_io_channel_set_encoding(cxt->server_io, NULL, NULL); g_io_channel_set_buffered(cxt->server_io, FALSE); - cxt->att = g_attrib_new(cxt->att_io, DEFAULT_MTU); + cxt->att = g_attrib_new(cxt->att_io, DEFAULT_MTU, false); g_assert(cxt->att != NULL); } -- cgit v1.2.1