From f7ee6614651f7f5bd4cd3d8cce3ebabc1ed9d3ad Mon Sep 17 00:00:00 2001 From: Michael Janssen Date: Tue, 10 Feb 2015 12:16:24 -0800 Subject: [PATCH] unit/test-gatt: Fix minor inconsistency Add 0x for consistency. --- unit/test-gatt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit/test-gatt.c b/unit/test-gatt.c index db7df3383..85640c395 100644 --- a/unit/test-gatt.c +++ b/unit/test-gatt.c @@ -1894,7 +1894,7 @@ int main(int argc, char *argv[]) NULL, MTU_EXCHANGE_CLIENT_PDUS, raw_pdu(0x08, 0x10, 0x00, 0x20, 0x00, 0x03, 0x28), - raw_pdu(0x09, 0x07, 0x11, 0x00, 02, 0x12, 0x00, 0x25, + raw_pdu(0x09, 0x07, 0x11, 0x00, 0x02, 0x12, 0x00, 0x25, 0x2a), raw_pdu(0x08, 0x12, 0x00, 0x20, 0x00, 0x03, 0x28), raw_pdu(0x09, 0x15, 0x13, 0x00, 0x02, 0x14, 0x00, 0x85, @@ -1947,7 +1947,7 @@ int main(int argc, char *argv[]) NULL, MTU_EXCHANGE_CLIENT_PDUS, raw_pdu(0x08, 0x10, 0x00, 0x20, 0x00, 0x03, 0x28), - raw_pdu(0x09, 0x07, 0x11, 0x00, 02, 0x12, 0x00, 0x25, + raw_pdu(0x09, 0x07, 0x11, 0x00, 0x02, 0x12, 0x00, 0x25, 0x2a), raw_pdu(0x08, 0x12, 0x00, 0x20, 0x00, 0x03, 0x28), raw_pdu(0x09, 0x15, 0x13, 0x00, 0x02, 0x14, 0x00, 0x85, -- 2.47.3