summaryrefslogtreecommitdiff
path: root/system/stack/acl/ble_acl.cc
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-26 23:25:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-26 23:25:24 +0000
commit987cb2d11afe04be1d25e52c663c7c6f3322a32c (patch)
treebb19d596365e1459d11a56c47c02fbcebaa60603 /system/stack/acl/ble_acl.cc
parent1c0250fd299fe3d3d0916604503a19c6f90e5aa5 (diff)
parentf96fabb53a3c4f197f2cf4442c26601aefb3be25 (diff)
Snap for 8649577 from f96fabb53a3c4f197f2cf4442c26601aefb3be25 to tm-release
Change-Id: I8823541282a34a698cafb2ae4cea52b4ad665a6f
Diffstat (limited to 'system/stack/acl/ble_acl.cc')
-rw-r--r--system/stack/acl/ble_acl.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/stack/acl/ble_acl.cc b/system/stack/acl/ble_acl.cc
index 30b645c94b..448dabd12c 100644
--- a/system/stack/acl/ble_acl.cc
+++ b/system/stack/acl/ble_acl.cc
@@ -145,8 +145,7 @@ void acl_ble_enhanced_connection_complete_from_shim(
// The legacy stack continues the LE connection after the read remote version
// complete has been received.
- l2cble_notify_le_connection(address_with_type.bda);
- l2cble_use_preferred_conn_params(address_with_type.bda);
+ // maybe_chain_more_commands_after_read_remote_version_complete
}
void acl_ble_connection_fail(const tBLE_BD_ADDR& address_with_type,