summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-07-02 10:20:35 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-07-02 10:40:06 -0700
commit17d73f1d9933a87bb6128335198f0d4960d285e9 (patch)
treec52e94b640600a523843528df2cad15e09cfd891 /unit
parent8689322d482911978ea4166e3c594107a1afee14 (diff)
downloadbluez-17d73f1d9933a87bb6128335198f0d4960d285e9.tar.gz
unit/test-gatt: Fix test /TP/GAR/CL/BI-16-C/auto
Test has been using Read Blob Response (0x0d) opcode instead of the expected Read Response (0x0b) to Read Resquest (0x0a).
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 36dd2847c..0b77df51c 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -3081,7 +3081,7 @@ int main(int argc, char *argv[])
raw_pdu(0x0a, 0x03, 0x00),
raw_pdu(0x01, 0x0a, 0x03, 0x00, 0x05),
raw_pdu(0x0a, 0x03, 0x00),
- raw_pdu(0x0d, 0x01, 0x02, 0x03));
+ raw_pdu(0x0b, 0x01, 0x02, 0x03));
define_test_client("/TP/GAR/CL/BI-17-C", test_client, service_db_1,
&test_long_read_8,