Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment