Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34ff89e7 authored by Myles Watson's avatar Myles Watson Committed by Automerger Merge Worker
Browse files

Revert "le_impl: Clean up initializer list" am: f47f72d4

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1947527

Change-Id: I2d2c286a3b1daac5351f57d01a0456ca3ce3b3ee
parents bbcb9715 f47f72d4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -65,9 +65,11 @@ struct le_impl : public bluetooth::hci::LeAddressManagerCallback {
      bool crash_on_unknown_handle)
      : hci_layer_(hci_layer),
        controller_(controller),
        handler_(handler),
        round_robin_scheduler_(round_robin_scheduler),
        crash_on_unknown_handle_(crash_on_unknown_handle) {
    hci_layer_ = hci_layer;
    controller_ = controller;
    handler_ = handler;
    le_acl_connection_interface_ = hci_layer_->GetLeAclConnectionInterface(
        handler_->BindOn(this, &le_impl::on_le_event),
        handler_->BindOn(this, &le_impl::on_le_disconnect),