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

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

legacy: Explicitly include types/bluetooth/uuid am: 2aa35067 am: 189f731a...

legacy: Explicitly include types/bluetooth/uuid am: 2aa35067 am: 189f731a am: a9614124 am: 8896895f

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1825221

Change-Id: I053991a08ae038854317be4bcc328a3eb711a1be
parents 352633ff 8896895f
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