summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-06-18 14:11:04 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-06-23 12:55:56 +0300
commitc2765efb2f8360310c05e9b85bb4d6026fe2c9ea (patch)
treee429319ea7773079b219bfcead4e4e8569ca677f /unit
parent75b6e79d9a0c1d483b9168d417fb13ba2f934426 (diff)
downloadbluez-c2765efb2f8360310c05e9b85bb4d6026fe2c9ea.tar.gz
unit/test-gatt: Fix /TP/GAR/CL/BV-04-C test
The response should be Read Blob Reponse 0x0d not 0x0b which is Read Response.
Diffstat (limited to 'unit')
-rw-r--r--unit/test-gatt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index 40e2ca967..f6448d59e 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,