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

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

legacy: Explicitly include types/bluetooth/uuid

Bug: 197478351
Tag: #refactor
Test: gd/cert/run

Change-Id: I00e134727e7c5b3051b6224eeb55a0c9ebfd6eaa
parent 6e29d797
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@
#include "stack/include/bt_types.h"
#include "stack/include/btm_client_interface.h"
#include "stack/include/btu.h"  // do_in_main_thread
#include "types/bluetooth/uuid.h"
#include "types/raw_address.h"

#if (GAP_INCLUDED == TRUE)
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include "main/shim/dumpsys.h"
#include "stack/include/bt_hdr.h"
#include "stack/include/bt_octets.h"
#include "types/bluetooth/uuid.h"
#include "types/raw_address.h"

#ifndef CASE_RETURN_TEXT
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
#include "bta/sys/bta_sys.h"
#include "stack/include/bt_hdr.h"
#include "stack/include/gatt_api.h"
#include "types/bluetooth/uuid.h"
#include "types/bt_transport.h"
#include "types/raw_address.h"

+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
#include "stack/include/bt_types.h"
#include "stack/include/btm_ble_api_types.h"
#include "stack/include/gatt_api.h"
#include "types/bluetooth/uuid.h"
#include "types/raw_address.h"

/*****************************************************************************
+6 −3
Original line number Diff line number Diff line
@@ -17,15 +17,18 @@
 ******************************************************************************/

#include "database.h"
#include "bt_trace.h"
#include "stack/crypto_toolbox/crypto_toolbox.h"
#include "stack/include/gattdefs.h"

#include <base/logging.h>

#include <list>
#include <memory>
#include <sstream>

#include "bt_trace.h"
#include "stack/crypto_toolbox/crypto_toolbox.h"
#include "stack/include/gattdefs.h"
#include "types/bluetooth/uuid.h"

using bluetooth::Uuid;

namespace gatt {
Loading