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

Commit 2b74ad25 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Include bta/dm/bta_dm_act.cc::stack/btm/btm_ble_int.h

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

Change-Id: I14bebc90275b039cf469014a6d3400c61664116c
parent c2e570e0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@

#define LOG_TAG "bt_bta_dm"

#include <base/logging.h>

#include <cstdint>

#include "bta/dm/bta_dm_int.h"
@@ -44,6 +46,7 @@
#include "osi/include/fixed_queue.h"
#include "osi/include/log.h"
#include "osi/include/osi.h"
#include "stack/btm/btm_ble_int.h"
#include "stack/btm/btm_sec.h"
#include "stack/btm/neighbor_inquiry.h"
#include "stack/gatt/connection_manager.h"
@@ -56,8 +59,6 @@
#include "types/bluetooth/uuid.h"
#include "types/raw_address.h"

#include <base/logging.h>

#if (GAP_INCLUDED == TRUE)
#include "gap_api.h"
#endif