commit | f951958e1d167e247a2324e7874e69569f56901e | [log] [tgz] |
---|---|---|
author | Hsin-yu Chao <hychao@google.com> | Thu Feb 27 07:15:28 2025 +0000 |
committer | Hsin-yu Chao <hychao@google.com> | Fri Feb 28 02:18:57 2025 +0000 |
tree | 8c0fb110002f8967611d3a2e7eac02e711aff1ca | |
parent | 63c259943a2bb7ea7f7c4d36547cefa3a6b1399e [diff] |
blueooth/audio/aidl/default: Fix return code in startSession BluetoothAudioProvider::startSession() currently doesn't use the return code from onSessionReady() and that basically hides all exceptions return by the child implementation, e.g A2dpSoftwareAudioProvider::onSessionReady(). This commit fixed that so the errors are propagated to the binder service. Bug: 399554337 Test: m android.hardware.bluetooth.audio-V1-impl Change-Id: I37be56769ceb00caacf0085eef3033469be2a9a8