From 6d487981b20e235619280d4aba3d939c45ac0094 Mon Sep 17 00:00:00 2001 From: Michael Janssen Date: Wed, 21 Jan 2015 12:28:58 -0800 Subject: [PATCH] unit/gatt: Add /TP/GAR/SR/BI-28-C test Verify that a Generic Attribute Profile server can detect and reject a Read Long Characteristic Descriptor Request to a non-readable characteristic descriptor and issue a Read Not Permitted Response. --- unit/test-gatt.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unit/test-gatt.c b/unit/test-gatt.c index 4f7c37619..d31a15713 100644 --- a/unit/test-gatt.c +++ b/unit/test-gatt.c @@ -2097,5 +2097,11 @@ int main(int argc, char *argv[]) raw_pdu(0x0C, 0xCE, 0x00, 0x2B, 0x00), raw_pdu(0x0D)); + define_test_server("/TP/GAR/SR/BI-28-C/large-1", test_server, + ts_large_db_1, NULL, + raw_pdu(0x03, 0x00, 0x02), + raw_pdu(0x0C, 0x96, 0x00, 0x00, 0x00), + raw_pdu(0x01, 0x0C, 0x96, 0x00, 0x02)); + return g_test_run(); } -- 2.47.3