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

Commit faacd2db authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 24d5d774 a5f6a8e8
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;