rpc_spec
rpc_spec copied to clipboard
Spec for RPC messages
Partially fixes https://github.com/smartdevicelink/sdl_core/issues/1942 Add valid language option that Core already uses in preloaded_pt: `EN-IE`
Proposal: [Handle Scenario Where no Valid Cert is Available](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0333-handle-scenario-where-no-valid-cert-is-available.md) > This proposal defines how Core should respond to a request to start a protected service when it does not have...
Proposal: [OnDataResumed Notification](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0329-on-data-resumed.md) > This proposal creates a new RPC notification that relays app resumption info from SDL Core to the mobile app after registration. The notification is named OnDataResumed....
Proposal: [Add Current Template Name to Window Capabilities](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0321-window-capabilities-template-name.md) > This proposal adds a new optional parameter to the WindowCapability struct containing the current template name, and a new app library...
C++ keywords are not being reserved by the RPC spec parser making incorrect generated code appear in at least one case for iOS code: ```objc /** * @param template -...
A current problem we're having is that there's no consistent documentation with preset 0. Should it be first in the preset list or last? This matters if you're setting custom...
**Proposal:** [Adding new parameter of requiresAudioSupport and BluetoothDeviceAddress](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0280-Adding-new-parameter-of-requiresAudioSupport-and-BluetoothDeviceAddress.md) > In this proposal, by adding the `requiresAudioSupport` in `RegisterAppInterface` and the `bluetooothDeviceAddress` in `DeviceInfo`, when the device is connected via only...
The `SendLocation` request parameters all all optional, however core will reject the request unless either the `longitudeDegrees ` / `latitudeDegrees ` OR the `address` is set. This information should be...
We propose correcting MOBILE_API.xml(inaccurate description) Currently, MOBILE_API.xml contains some inaccurate descriptions. . By compensating for this, we can provide a more accurate RPC documents to the SDL developers. The target...
Implements: [#3216](https://github.com/smartdevicelink/sdl_core/issues/3216) Current PR adds to MOBILE_API new VehicleData: GearStatus