From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> The response should be Read Blob Reponse 0x0d not 0x0b which is Read Response. --- unit/test-gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-gatt.c b/unit/test-gatt.c index 40e2ca9..f6448d5 100644 --- a/unit/test-gatt.c +++ b/unit/test-gatt.c @@ -2881,7 +2881,7 @@ int main(int argc, char *argv[]) &test_long_read_1, SERVICE_DATA_1_PDUS, raw_pdu(0x0c, 0x03, 0x00, 0x00, 0x00), - raw_pdu(0x0b, 0x01, 0x02, 0x03)); + raw_pdu(0x0d, 0x01, 0x02, 0x03)); define_test_client("/TP/GAR/CL/BV-04-C/512B", test_client, service_db_1, &test_long_read_2, -- 2.1.0 -- 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