summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-06-23 13:45:53 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-06-24 14:35:43 +0300
commit0af2139a02221a7770eb5dcfc1c4003f36b7190c (patch)
treeabb0183e5d12b33de64e4f3f5653f41974cf23b7 /unit
parentebf6040de0c9461f2801c1d8ad8680cd63104dbc (diff)
downloadbluez-0af2139a02221a7770eb5dcfc1c4003f36b7190c.tar.gz
unit/test-gatt: Add /TP/GAW/CL/BI-18-C/auto test
/TP/GAW/CL/BI-18-C/auto is similar to /TP/GAW/CL/BI-18-C but automatically elevates the security level and retry.
Diffstat (limited to 'unit')
-rw-r--r--unit/test-gatt.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index 6df634249..82b65760d 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -3943,6 +3943,16 @@ int main(int argc, char *argv[])
raw_pdu(0x18, 0x00),
raw_pdu(0x19));
+ define_test_client("/TP/GAW/CL/BI-18-C/auto", test_client, service_db_1,
+ &test_reliable_write_1,
+ SERVICE_DATA_1_PDUS,
+ raw_pdu(0x16, 0x07, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03),
+ raw_pdu(0x01, 0x16, 0x07, 0x00, 0x05),
+ raw_pdu(0x16, 0x07, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03),
+ raw_pdu(0x17, 0x07, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03),
+ raw_pdu(0x18, 0x01),
+ raw_pdu(0x19));
+
define_test_client("/TP/GAW/CL/BI-19-C", test_client, service_db_1,
&test_reliable_write_6,
SERVICE_DATA_1_PDUS,