summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2021-08-10 16:45:11 -0400
committerFrank Elias <francois.elias@livio.io>2021-08-10 16:45:11 -0400
commit970f4d44f361612688c7624e6f53584d43d7880f (patch)
tree37a99e6888ccda70b92e1636dfbc04602dfc4e35
parent31dad676d26e7d536e9d174bc679f1ae9ad02fa3 (diff)
downloadsdl_ios-970f4d44f361612688c7624e6f53584d43d7880f.tar.gz
test error response
-rw-r--r--SmartDeviceLink/private/SDLProtocol.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/private/SDLProtocol.m b/SmartDeviceLink/private/SDLProtocol.m
index 16667126f..3b2086b3f 100644
--- a/SmartDeviceLink/private/SDLProtocol.m
+++ b/SmartDeviceLink/private/SDLProtocol.m
@@ -829,8 +829,8 @@ NS_ASSUME_NONNULL_BEGIN
// For a control service packet, we need a binary header with a function ID corresponding to what type of packet we're sending.
SDLSecurityQueryPayload *serverTLSPayload = [[SDLSecurityQueryPayload alloc] init];
- serverTLSPayload.queryID = 0x01; // TLS Handshake message
- serverTLSPayload.queryType = 0x00;
+ serverTLSPayload.queryID = 0x77; // TLS Handshake message
+ serverTLSPayload.queryType = 0x77;
serverTLSPayload.sequenceNumber = 0x00;
serverTLSPayload.binaryData = data;