Skip to content
Snippets Groups Projects
Commit baf6a199 authored by David Duarte's avatar David Duarte
Browse files

RootCanal: Remove unused members in LinkLayerController

Test: m root-canal
Change-Id: I68dabd23c5a1337f5ca23cfc0f6cacc25c0d9d7b
parent ccf3bda9
No related branches found
No related tags found
No related merge requests found
......@@ -455,13 +455,6 @@ class LinkLayerController {
private:
const DeviceProperties& properties_;
AclConnectionHandler connections_;
// Add timestamps?
std::vector<std::shared_ptr<model::packets::LinkLayerPacketBuilder>>
commands_awaiting_responses_;
// Timing related state
std::vector<AsyncTaskId> controller_events_;
std::chrono::milliseconds timer_period_ = std::chrono::milliseconds(100);
// Callbacks to schedule tasks.
std::function<AsyncTaskId(std::chrono::milliseconds, const TaskCallback&)>
......@@ -487,8 +480,6 @@ class LinkLayerController {
uint32_t key_id_ = 1;
// LE state
std::vector<uint8_t> le_event_mask_;
std::vector<std::tuple<Address, uint8_t>> le_connect_list_;
struct ResolvingListEntry {
Address address;
......
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