OSDN Git Service

Fix btm_ble_get_acl_remote_addr
authorJakub Pawlowski <jpawlowski@google.com>
Thu, 15 Jun 2017 15:32:56 +0000 (08:32 -0700)
committerJakub Pawlowski <jpawlowski@google.com>
Thu, 15 Jun 2017 15:34:57 +0000 (08:34 -0700)
commita6fad9c1966f6b8e4551b3aa594c14a74f4cc5b4
tree3d12c9bbf075c0db9f9610b160657d2a257f2a78
parent3a30c69ead685ce376bc68bd2a40c5ec9ddf556c
Fix btm_ble_get_acl_remote_addr

Second parameter, conn_addr, should be assigned the value. Right now we
only modify the place in memory where the pointer points to.
This bug was introduced in commit
c2276b06572ab6fc1f900fbb1f41087e77d47e2a

Test: compilation test
Change-Id: If52a6b02f4ad0d88a6461a4d76e4f8317dcaac9f
stack/btm/btm_acl.cc