A2dp: update correct state to HeadsetA2dpSync while enter Disconnected
Root Cause:
If disconnect a2dp while audio is playing, broadcast connection state
intent first, then audio state. As a result, updateA2DPConnectionState
first set a2dp state to disconnectd, then updateA2DPPlayingState for
NOT_PLAYING set a2dp state to connected again. Finally, a2dp state in
HeadsetA2dpSync is connected even if a2dp get disconnected.
Fix:
1)A2DP SM: Broadcast connection state intent after audio state to make
sure update correct state to HeadsetA2dpSync.
2)HeadsetA2dpSync: Ignore updating play-status if a2dp is disconnected.
Change-Id: I726242e8357c7304b8e24232b98b5899f038dea2
CRs-Fixed: 2624877
2 files changed