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

Commit 3f719c3a authored by Chris Manton's avatar Chris Manton
Browse files

Use types/bt_transport::tBT_TRANSPORT

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I48d26e561994a17deb8d67bff87a59dec3899819
parent 0ed628e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
#include "bt_types.h"
#include "btm_api.h"
#include "btm_ble_api.h"
#include "types/bt_transport.h"

/*****************************************************************************
 *  Constants and data types
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
#include "sdp_api.h"
#include "stack/btm/btm_sec.h"
#include "stack/include/btu.h"
#include "types/bt_transport.h"
#include "utl.h"

using base::Bind;
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
#include "main/shim/helpers.h"
#include "main/shim/shim.h"
#include "stack/btm/btm_int_types.h"
#include "types/bt_transport.h"
#include "types/raw_address.h"

#include "gd/hci/le_advertising_manager.h"
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
#include "service/logging_helpers.h"
#include "stack/include/bt_types.h"
#include "stack/include/hcidefs.h"
#include "types/bt_transport.h"

using std::lock_guard;
using std::mutex;
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include "stack/include/bt_types.h"
#include "stack/include/hcidefs.h"
#include "test/mock_adapter.h"
#include "types/bt_transport.h"

using ::testing::_;
using ::testing::Return;
Loading