summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
authorGowtham Anandha Babu <gowtham.ab@samsung.com>2015-03-18 15:35:39 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-03-20 12:25:27 +0200
commitfb29d5afee832cbe79e0ea011f4d9a8dbf3d11d7 (patch)
treebda06815c98891ac0dae8b04b81baa1d9fb40381 /unit
parente3dc9f4d6899aeabd0a0f58a14b9bd6c16d404f5 (diff)
downloadbluez-fb29d5afee832cbe79e0ea011f4d9a8dbf3d11d7.tar.gz
unit/test-gatt: Add TP/GAW/SR/BV-07-C test
Verify that a Generic Attribute Profile server can support cancel of a reliable write.
Diffstat (limited to 'unit')
-rw-r--r--unit/test-gatt.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index 270640a94..92ab6dc42 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -3290,6 +3290,28 @@ int main(int argc, char *argv[])
raw_pdu(0x12, 0x07, 0x00, 0x01, 0x02, 0x03),
raw_pdu(0x01, 0x12, 0x07, 0x00, 0x0c));
+ define_test_server("/TP/GAW/SR/BV-07-C/small", test_server,
+ ts_small_db, NULL,
+ raw_pdu(0x03, 0x00, 0x02),
+ raw_pdu(0x16, 0x03, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03),
+ raw_pdu(0x17, 0x03, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03),
+ raw_pdu(0x18, 0x00),
+ raw_pdu(0x19),
+ raw_pdu(0x0a, 0x03, 0x00),
+ raw_pdu(0x0b, 0x42, 0x6c, 0x75, 0x65, 0x5a));
+
+ define_test_server("/TP/GAW/SR/BV-07-C/large-1", test_server,
+ ts_large_db_1, NULL,
+ raw_pdu(0x03, 0x00, 0x02),
+ raw_pdu(0x16, 0xc4, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03),
+ raw_pdu(0x17, 0xc4, 0x00, 0x00, 0x00, 0x01, 0x02, 0x03),
+ raw_pdu(0x18, 0x00),
+ raw_pdu(0x19),
+ raw_pdu(0x0a, 0xc4, 0x00),
+ raw_pdu(0x0b, '1', '1', '1', '1', '1', '2', '2', '2',
+ '2', '2', '3', '3', '3', '3', '3', '4', '4',
+ '4', '4', '4', '5'));
+
define_test_server("/TP/GAW/SR/BV-03-C/small", test_server,
ts_small_db, NULL,
raw_pdu(0x03, 0x00, 0x02),