You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this proposal, by adding the requiresAudioSupport in RegisterAppInterface and the bluetooothDeviceAddress in DeviceInfo, 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.
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 the MediaStreamingStatus 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.
The text was updated successfully, but these errors were encountered:
Proposal: Adding new parameter of requiresAudioSupport and BluetoothDeviceAddress
Review: smartdevicelink/sdl_evolution#941
Steering Committee Decision:
The Steering Committee voted to accept this proposal with the following revisions:
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.isAudioOutputAvailable()
method, since theMediaStreamingStatus
class actually checks for multiple Audio Output options.The proposal .md file was updated to reflect these revisions on 10/13/2020.
The text was updated successfully, but these errors were encountered: