OSDN Git Service

Do not update sco_state when no matching peer_addr is found
authorLianchao Song <songlianchao@huawei.com>
Wed, 23 Mar 2016 03:03:19 +0000 (11:03 +0800)
committerChenjie Luo <cjluo@google.com>
Mon, 11 Apr 2016 17:06:34 +0000 (17:06 +0000)
commit2dfcbda49f694fcf1355955c334926e8641b4dc5
tree72a95ead181160f1a76483e23f25f0d9979cd721
parent8b92a6dec2f559141ecc0f9564f1b91bdea72ac2
Do not update sco_state when no matching peer_addr is found

In the bta_hf_client_sco_conn_cback function, sco_state should not be set to
BTA_HF_CLIENT_SCO_SHUTDOWN_ST when no matched peer_addr found, so that it
can handle BTA_HF_CLIENT_SCO_OPEN_E event later.

Bug: 26416310
Change-Id: I4540230c792490f79e4cca24cb4b34a1c383422f
Signed-off-by: m00230717 <m00230717@notesmail.huawei.com>
bta/hf_client/bta_hf_client_sco.c