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

Commit e0f201f4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes I89fe9190,I7e8b9373,Ic4f9cc3a

* changes:
  legacy: Remove unnecessary btsnoop includes
  legacy: Cononically include hci/include/buffer_allocator
  legacy: Introduce stack/include/bt_octets
parents 4529e8a2 c3496fa7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@
#include "btif_keystore.h"
#include "btif_metrics_logging.h"
#include "btif_storage.h"
#include "btsnoop.h"
#include "btsnoop_mem.h"
#include "common/address_obfuscator.h"
#include "common/metric_id_allocator.h"
+1 −1
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@
#include <base/logging.h>

#include "bt_common.h"
#include "buffer_allocator.h"
#include "check.h"
#include "hci/include/buffer_allocator.h"

static void* buffer_alloc(size_t size) {
  CHECK(size <= BT_DEFAULT_BUFFER_SIZE);
+1 −1
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@
#include <base/logging.h>

#include "bt_types.h"
#include "buffer_allocator.h"
#include "check.h"
#include "hci/include/buffer_allocator.h"
#include "hci_internals.h"
#include "hci_layer.h"
#include "hci_packet_factory.h"
+1 −1
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@

#include <base/logging.h>

#include "buffer_allocator.h"
#include "check.h"
#include "hci/include/buffer_allocator.h"
#include "hci_layer.h"
#include "hcimsgs.h"
#include "osi/include/log.h"
+1 −1
Original line number Diff line number Diff line
@@ -25,9 +25,9 @@
#include <unordered_map>

#include "bt_target.h"
#include "buffer_allocator.h"
#include "check.h"
#include "device/include/controller.h"
#include "hci/include/buffer_allocator.h"
#include "hci_internals.h"
#include "osi/include/log.h"
#include "osi/include/osi.h"
Loading