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
SDL sends PerformAudioPassThru response with UNSUPPORTED_RESOURCE, success:true in case HMI respond UI.IsReady with 'available' = false
Reproduction Steps
SDL and HMI are started.
HMI respond with 'available' = false on UI.IsReady request from SDL
App is registered and activated
App requests PerformAudioPassThru with UI part to SDL
Expected Behavior
SDL does not send UI.PerformAudioPassThru request to HMI
SDL does not send UI.OnRecordStart request to HMI
SDL does not send OnAudioPassThru notification to App
SDL does respond PerformAudioPassThru(resultCode: UNSUPPORTED_RESOURCE, success: false) to App
Observed Behavior
SDL does not send UI.PerformAudioPassThru request to HMI
SDL sends UI.OnRecordStart request to HMI
SDL sends OnAudioPassThru notification to App
SDL does respond PerformAudioPassThru(resultCode: UNSUPPORTED_RESOURCE, success: true) to App
Bug Report
SDL sends PerformAudioPassThru response with UNSUPPORTED_RESOURCE, success:true in case HMI respond UI.IsReady with 'available' = false
Reproduction Steps
Expected Behavior
SDL does not send UI.PerformAudioPassThru request to HMI
SDL does not send UI.OnRecordStart request to HMI
SDL does not send OnAudioPassThru notification to App
SDL does respond PerformAudioPassThru(resultCode: UNSUPPORTED_RESOURCE, success: false) to App
Observed Behavior
SDL does not send UI.PerformAudioPassThru request to HMI
SDL sends UI.OnRecordStart request to HMI
SDL sends OnAudioPassThru notification to App
SDL does respond PerformAudioPassThru(resultCode: UNSUPPORTED_RESOURCE, success: true) to App
OS & Version Information
OS/Version: Ubuntu 18.04
SDL Core Version: https://github.com/smartdevicelink/sdl_core/tree/develop (65947fd)
Logs:
Logs_3922.zip
The text was updated successfully, but these errors were encountered: