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

Commit 11e2ec99 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Set CE length to 0 in LE_Create_Connection" into tm-qpr-dev am: faacd2db

parents 0878cf07 faacd2db
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -810,8 +810,8 @@ struct le_impl : public bluetooth::hci::LeAddressManagerCallback {
              conn_interval_max,
              conn_latency,
              supervision_timeout,
              kMinimumCeLength,
              kMaximumCeLength),
              0x00,
              0x00),
          handler_->BindOnce(&le_impl::on_create_connection, common::Unretained(this)));
    }
  }
@@ -1088,8 +1088,6 @@ struct le_impl : public bluetooth::hci::LeAddressManagerCallback {
    }
  }

  static constexpr uint16_t kMinimumCeLength = 0x0002;
  static constexpr uint16_t kMaximumCeLength = 0x0C00;
  HciLayer* hci_layer_ = nullptr;
  Controller* controller_ = nullptr;
  os::Handler* handler_ = nullptr;