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

Commit aca1d986 authored by Chris Manton's avatar Chris Manton Committed by Gerrit Code Review
Browse files

Merge "const-ify uint16_t hci::acl_manager::le_acl_connection::connection_handle_"

parents 22f75a70 38515d55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ class LeAclConnectionTracker : public LeConnectionManagementCallbacks {
  os::Handler* client_handler_ = nullptr;
  LeConnectionManagementCallbacks* client_callbacks_ = nullptr;
  std::list<common::OnceClosure> queued_callbacks_;
  uint16_t connection_handle_;
  const uint16_t connection_handle_;
};

struct LeAclConnection::impl {