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

Commit d3ee7fb2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "le_impl: Clean up initializer list" am: 3381ba76

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

Change-Id: I09dc35b63ab2c61e99eb126f213631ee7c6a740c
parents 53aab24b 3381ba76
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),