Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add RPC Message Protection Parameters #191

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions MOBILE_API.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
<element name="CORRUPTED_DATA" since="5.0">
<description>The data sent failed to pass CRC check in receiver end</description>
</element>
<element name="ENCRYPTION_NEEDED" since="6.0">
<description>SDL receives an un-encrypted RPC request that needs protection. </description>
</element>
</enum>

<enum name="ButtonPressMode" since="1.0">
Expand Down Expand Up @@ -2183,6 +2186,7 @@
</param>
<param name="hmiPermissions" type="HMIPermissions" mandatory="true"/>
<param name="parameterPermissions" type="ParameterPermissions" mandatory="true"/>
<param name="requireEncryption" type="Boolean" mandatory="false" since="6.0"/>
</struct>

<struct name="DisplayCapabilities" since="1.0">
Expand Down Expand Up @@ -7500,6 +7504,7 @@
<param name="permissionItem" type="PermissionItem" minsize="0" maxsize="500" array="true" mandatory="true">
<description>Change in permissions for a given set of RPCs</description>
</param>
<param name="requireEncryption" type="Boolean" mandatory="false" since="6.0"/>
</function>

<function name="OnAudioPassThru" functionID="OnAudioPassThruID" messagetype="notification" since="2.0">
Expand Down