commit | 9e7f535e471155f69c224d0fd77482dae90f71c8 | [log] [tgz] |
---|---|---|
author | zhenchao <zhenchao@codeaurora.org> | Wed Aug 22 19:04:28 2018 +0800 |
committer | zhenchao <zhenchao@codeaurora.org> | Wed Aug 22 19:04:58 2018 +0800 |
tree | 4400228d766dacdfa84cea56b178281bc3fcedfc | |
parent | f1ae0f2d36732e4a2eeec2b7490461753b2564bf [diff] |
bthost_ipc: fix for incorrect stream state after suspend stream successfully After audio suspend stream, bthost ipc enter pending state to wait ACK for A2dp suspend. But after received ACK_SUCCESS, bthost ipc remain in STARTED state. So that the following audio start stream will return immediatedly and not request to BT host stack. CRs-Fixed: 2299334 Change-Id: Ib8fc3ba69c9fb7c43533fc04c5003fb0b9acc336