Verify that a Generic Attribute Profile server can detect and reject a Read Characteristic by UUID Request to an unsupported characteristic and issue an Attribute Not Found Response. --- unit/test-gatt.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/unit/test-gatt.c b/unit/test-gatt.c index 5872445..df49f6a 100644 --- a/unit/test-gatt.c +++ b/unit/test-gatt.c @@ -1898,6 +1898,18 @@ int main(int argc, char *argv[]) raw_pdu(0x08, 0x01, 0x00, 0xFF, 0xFF, 0x07, 0xB0), raw_pdu(0x01, 0x08, 0x32, 0x00, 0x02)); + define_test_server("/TP/GAR/SR/BI-07-C/small", test_server, ts_small_db, + NULL, + raw_pdu(0x03, 0x00, 0x02), + raw_pdu(0x08, 0x01, 0x00, 0xFF, 0xFF, 0xF0, 0x0F), + raw_pdu(0x01, 0x08, 0x01, 0x00, 0x0a)); + + define_test_server("/TP/GAR/SR/BI-07-C/large-1", test_server, + ts_large_db_1, NULL, + raw_pdu(0x03, 0x00, 0x02), + raw_pdu(0x08, 0x01, 0x00, 0xFF, 0xFF, 0xF0, 0x0F), + raw_pdu(0x01, 0x08, 0x01, 0x00, 0x0a)); + define_test_client("/TP/GAR/CL/BV-05-C", test_client, service_db_1, &test_multiple_read_1, SERVICE_DATA_1_PDUS, -- 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