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

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

Merge "Properly include gd/hci/acl_manager/le_impl.h"

parents 8aa15a97 bb47a75f
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;