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

Commit cb32144e authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Merge "Properly include gd/hci/acl_manager/le_impl.h" am: 4397d437 am:...

Merge "Properly include gd/hci/acl_manager/le_impl.h" am: 4397d437 am: 50cd3e60 am: c83dbcb4 am: 89dfdc03 am: 3a9fc8cf

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2056566



Change-Id: I89f8eec67bc2913562ad35e485c2fc92b222dd08
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e93fec3c 3a9fc8cf
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;