OSDN Git Service

Fix for AVRCP CTRL stops sending pass through command
authorAnubhav Gupta <anubhavg@codeaurora.org>
Fri, 5 Sep 2014 22:45:36 +0000 (15:45 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 13 Apr 2015 07:17:52 +0000 (07:17 +0000)
commit399e89150b3df87172bdf92d54712b379324b149
tree1d78a6c3e0a73b9f3279c1fae888195ceacd2451
parentdaddea9cf1f5dbf51b9a2e9c2b02956a41d77a6c
Fix for AVRCP CTRL stops sending pass through command

Issue is due to BTA_AV_REMOTE_RSP_EVT is not handled in btif_av
handler. Swtich case added to handle remote response event in
btif_av_opened_handler and btif_av_started_handler.

Change-Id: I58a7bd8bfe5b07a7339d93d2b66928131836d431
btif/src/btif_av.c