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

Commit e762d380 authored by Chris Manton's avatar Chris Manton
Browse files

le_impl: Clean up initializer list

Bug: 204433265
Tag: #refactor
Test: gd/cert/run

Change-Id: I23380fafc3e67cb2dea3abc49bf1b7932e053151
parent 1cedf010
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),