summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-06-23 13:49:01 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-06-24 14:35:43 +0300
commitc142f072506a6e5243d7cd7eab9c0a6ae5cf0160 (patch)
tree7c4c4ac499e991babdd9e976f397c41192e67cd4 /unit
parent0af2139a02221a7770eb5dcfc1c4003f36b7190c (diff)
downloadbluez-c142f072506a6e5243d7cd7eab9c0a6ae5cf0160.tar.gz
unit/test-gatt: Add /TP/GAW/CL/BI-23-C/auto test
/TP/GAW/CL/BI-23-C/auto is similar to /TP/GAW/CL/BI-23-C but automatically elevates the security level and retry.
Diffstat (limited to 'unit')
-rw-r--r--unit/test-gatt.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index 82b65760d..326a32c75 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -4059,6 +4059,14 @@ int main(int argc, char *argv[])
raw_pdu(0x12, 0x08, 0x00, 0x01, 0x02, 0x03),
raw_pdu(0x01, 0x12, 0x08, 0x00, 0x05));
+ define_test_client("/TP/GAW/CL/BI-23-C/auto", test_client, service_db_1,
+ &test_write_7,
+ SERVICE_DATA_1_PDUS,
+ raw_pdu(0x12, 0x08, 0x00, 0x01, 0x02, 0x03),
+ raw_pdu(0x01, 0x12, 0x08, 0x00, 0x05),
+ raw_pdu(0x12, 0x08, 0x00, 0x01, 0x02, 0x03),
+ raw_pdu(0x13));
+
define_test_client("/TP/GAW/CL/BI-24-C", test_client, service_db_1,
&test_write_12,
SERVICE_DATA_1_PDUS,