Skip to content
Snippets Groups Projects
Commit 38515d55 authored by Chris Manton's avatar Chris Manton
Browse files

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

Bug: 187830698
Test: gd/cert/run
Tag: #refactor

Change-Id: Ibf4fbc628ad43c0de616b13bb33f44f40f5707e2
parent d754f039
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