Verify that a Generic Attribute Profile server can detect and reject a Read Characteristic Descriptor Request with an unsupported characteristic descriptor handle and issue an Invalid Handle Response. --- unit/test-gatt.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/unit/test-gatt.c b/unit/test-gatt.c index ecbebe9..d8efb5d 100644 --- a/unit/test-gatt.c +++ b/unit/test-gatt.c @@ -2057,5 +2057,17 @@ int main(int argc, char *argv[]) raw_pdu(0x0A, 0x96, 0x00), raw_pdu(0x01, 0x0A, 0x96, 0x00, 0x02)); + define_test_server("/TP/GAR/SR/BI-24-C/small", test_server, + ts_small_db, NULL, + raw_pdu(0x03, 0x00, 0x02), + raw_pdu(0x0A, 0xF0, 0x0F), + raw_pdu(0x01, 0x0A, 0xF0, 0x0F, 0x01)); + + define_test_server("/TP/GAR/SR/BI-24-C/large-1", test_server, + ts_large_db_1, NULL, + raw_pdu(0x03, 0x00, 0x02), + raw_pdu(0x0A, 0xF0, 0x0F), + raw_pdu(0x01, 0x0A, 0xF0, 0x0F, 0x01)); + return g_test_run(); } -- 2.2.0.rc0.207.ga3a616c -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html