diff options
Diffstat (limited to 'system/stack/acl/ble_acl.cc')
-rw-r--r-- | system/stack/acl/ble_acl.cc | 3 |
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, |