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

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

Re-include stack/gatt/gatt_utils am: 5c11c9f2 am: 5b47a730

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I969731ceb9df83f663951893963744d2a7e34d1a
parents 37b1f228 5b47a730
Loading
Loading
Loading
Loading
+10 −14
Original line number Diff line number Diff line
@@ -21,23 +21,19 @@
 *  this file contains GATT utility functions
 *
 ******************************************************************************/
#include "bt_target.h"
#include "bt_utils.h"
#include "osi/include/osi.h"

#include <string.h>
#include "bt_common.h"
#include "stdio.h"

#include "connection_manager.h"
#include "gatt_api.h"
#include "gatt_int.h"
#include "gattdefs.h"
#include "l2cdefs.h"
#include "sdp_api.h"
#include <base/strings/stringprintf.h>
#include <cstdint>

#include "bt_target.h"  // Must be first to define build configuration

#include "stack/btm/btm_sec.h"
#include "stack/eatt/eatt.h"
#include "stack/gatt/connection_manager.h"
#include "stack/gatt/gatt_int.h"
#include "stack/include/l2cdefs.h"
#include "stack/include/sdp_api.h"
#include "types/bluetooth/uuid.h"
#include "types/raw_address.h"

uint8_t btm_ble_read_sec_key_size(const RawAddress& bd_addr);