OSDN Git Service

Fix bad address type assumption
authorJakub Pawlowski <jpawlowski@google.com>
Fri, 16 Sep 2016 15:03:16 +0000 (08:03 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Fri, 16 Sep 2016 19:57:49 +0000 (19:57 +0000)
commit1e688824d969cab2c01130bdfd3283a2719c28e8
tree43aa12aa70c45429905d58f98af14119583dd3cf
parent654c6d13e57c172c5d48598c8321ed6bf3ea5d6b
Fix bad address type assumption

LE related code should not use BTM_ACL_IS_CONNECTED, because it assumes
classic transport.

In this particular case, connection created event, which was result of
advertising, caused cancellation of "LE Create Connection".
Attempt to send "LE Create Connection Cancel" was checking if connection
is already established, but was failing to do so becuase
BTM_ACL_IS_CONNECTED was used instead of btm_bda_to_acl with proper
transport. This caused just created connection to be dropped.

Bug: 31442085
Change-Id: Ia345a3d00e8567160f4abb2a31c4130ee69d67a3
(cherry picked from commit f5566938ba671329d91c84c30ab126fbcdfc16d7)
stack/l2cap/l2c_ble.c