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

Commit f944d907 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Canonicalize include stack::gatt::gatt_api" am: a6208471 am:...

Merge "Canonicalize include stack::gatt::gatt_api" am: a6208471 am: 9fdcd02b am: e63ce520 am: ede9e54f

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2056573



Change-Id: I1935a45d4cb1694688c1e399d966e96a4fd5d0af
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 3e68a100 ede9e54f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
 *  this file contains GATT interface functions
 *
 ******************************************************************************/
#include "gatt_api.h"
#include "stack/include/gatt_api.h"

#include <base/logging.h>
#include <base/strings/string_number_conversions.h>
@@ -31,12 +31,12 @@

#include "bt_target.h"
#include "device/include/controller.h"
#include "gatt_int.h"
#include "l2c_api.h"
#include "main/shim/dumpsys.h"
#include "osi/include/allocator.h"
#include "osi/include/log.h"
#include "stack/gatt/connection_manager.h"
#include "stack/gatt/gatt_int.h"
#include "stack/include/bt_hdr.h"
#include "types/bluetooth/uuid.h"
#include "types/bt_transport.h"