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

Commit bb47a75f authored by Chris Manton's avatar Chris Manton
Browse files

Properly include gd/hci/acl_manager/le_impl.h

Bug: 227615854
Tag: #refactor
Test: gd/cert/run
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I0a1ce05f63d0cf222637cac1396c669d6ee21222
parent 94bfeecd
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -19,14 +19,24 @@
#include <base/strings/stringprintf.h>

#include <atomic>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <string>
#include <unordered_set>

#include "common/bind.h"
#include "crypto_toolbox/crypto_toolbox.h"
#include "hci/acl_manager/assembler.h"
#include "hci/acl_manager/le_connection_management_callbacks.h"
#include "hci/acl_manager/round_robin_scheduler.h"
#include "hci/controller.h"
#include "hci/hci_layer.h"
#include "hci/hci_packets.h"
#include "hci/le_address_manager.h"
#include "os/alarm.h"
#include "os/handler.h"
#include "packet/packet_view.h"

using bluetooth::crypto_toolbox::Octet16;