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

Commit 21ba4004 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Set CE length to 0 in LE_Create_Connection"

parents c66e96ff 29a98ded
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -975,8 +975,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)));
    }
  }
@@ -1273,8 +1273,6 @@ struct le_impl : public bluetooth::hci::LeAddressManagerCallback {
    system_suspend_ = suspended;
  }

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