rpc_spec
rpc_spec copied to clipboard
[SDL 0280] Adding new parameter of requiresAudioSupport and BluetoothDeviceAddress
Proposal: Adding new parameter of requiresAudioSupport and BluetoothDeviceAddress
In this proposal, by adding the
requiresAudioSupport
inRegisterAppInterface
and thebluetooothDeviceAddress
inDeviceInfo
, when the device is connected via only USB, head unit (HU) will connect to the SDL device's Bluetooth (BT) automatically or prompt the user requesting BT connection.
Review: https://github.com/smartdevicelink/sdl_evolution/issues/941
Steering Committee Decision: The Steering Committee voted to accept this proposal with the following revisions:
- Modify flow chart to incorporate sequence in this comment and revise the section below to include the note about the
MediaStreamingStatus
class and its usage. For example, if the protocol version is lower, the library could and should check if audio is already connected. Otherwise, apps that require audio support wouldn't connect to anything currently in production.
If the response was a StartServiceACK, requiresAudioSupport was set to true, but the protocol version of the ACK is less than the major version of this feature, the app will shut down.
- Specify in MediaStreamingStatus class section of proposal, that feature will use value of
isAudioOutputAvailable()
method, since theMediaStreamingStatus
class actually checks for multiple Audio Output options. - In MediaStreamingStatus class section, change “…to the preprocessing of the RegisterAppInterface" to "…to the post-processing of StartService ACK or NAK".
- Specify in proposal that since there aren't any public code changes listed in the proposal, the SDLC Project Maintainer will have discretion over implementation details, including changes to classes that are not accessible to developers, especially given changes to Java Suite library in 5.0 release.
The proposal .md file was updated to reflect these revisions on 10/13/2020.