Message ID | cover.1730579026.git.pav@iki.fi |
---|---|
Headers | show |
Series | transport: don't disconnect A2DP if canceling Acquire() with Release() | expand |
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Sat, 2 Nov 2024 22:29:44 +0200 you wrote: > User can cancel transport acquire by calling Release() while Acquire() > is in progress. This calls a2dp_cancel() which sends AVDTP_ABORT_CMD, > forcing AVDTP state transition to IDLE, and A2DP profile disconnects. > > However, Release()/Acquire() should only result to transitions between > STREAMING/OPEN. The expected behavior is that either these calls return > error, or they block until the target state is reached. > > [...] Here is the summary with links: - [BlueZ,v2,1/2] transport: don't disconnect A2DP if canceling Acquire() with Release() https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=a14d59725ef3 - [BlueZ,v2,2/2] a2dp: don't change setup sep when it is reconfiguring https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=664a5d3785a1 You are awesome, thank you!