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

Commit 3381ba76 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "le_impl: Clean up initializer list"

parents 7cb24c7e e762d380
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -61,11 +61,9 @@ 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),