summaryrefslogtreecommitdiff
path: root/system/stack/acl/ble_acl.cc
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2022-07-07 04:50:11 -0700
committerLinux Build Service Account <lnxbuild@localhost>2022-07-07 04:50:11 -0700
commitdd6dc18f57235bf19b3886f51c1c91baa5d62ecc (patch)
tree57eebc6f0878d2d2aa19ccae6ad8332ecbd4c83d /system/stack/acl/ble_acl.cc
parent241b2b700fd3cf842291ce13513d6bbb50564560 (diff)
parentc8523f5c9dfc0d3cf2f3ecc3c7f89326733fb276 (diff)
Merge c8523f5c9dfc0d3cf2f3ecc3c7f89326733fb276 on remote branch
Change-Id: Ibd4beb7c71dd436610071aff26ccde92e237dfbd
Diffstat (limited to 'system/stack/acl/ble_acl.cc')
-rw-r--r--system/stack/acl/ble_acl.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/system/stack/acl/ble_acl.cc b/system/stack/acl/ble_acl.cc
index a09012a37b..08b74489c9 100644
--- a/system/stack/acl/ble_acl.cc
+++ b/system/stack/acl/ble_acl.cc
@@ -125,12 +125,7 @@ void acl_ble_enhanced_connection_complete_from_shim(
uint16_t conn_interval, uint16_t conn_latency, uint16_t conn_timeout,
const RawAddress& local_rpa, const RawAddress& peer_rpa,
tBLE_ADDR_TYPE peer_addr_type) {
- if (!connection_manager::remove_unconditional_from_shim(
- address_with_type.bda)) {
- LOG_WARN(
- "Unable to remove from legacy connection manager accept list addr:%s",
- PRIVATE_ADDRESS(address_with_type.bda));
- }
+ connection_manager::on_connection_complete(address_with_type.bda);
tBLE_BD_ADDR resolved_address_with_type;
const bool is_in_security_db = maybe_resolve_received_address(