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 94e7e35..a4cd5e1 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.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