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

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

legacy: Remove extra declaration BTM_SecReadDevName am: 15bb6a63

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

Change-Id: I5a58d1f7e06d7053eb0deb32196cfc5cfd7adde1
parents 6e76f356 15bb6a63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
#include "osi/include/log.h"
#include "osi/include/osi.h"
#include "stack/btm/btm_ble_int.h"
#include "stack/btm/btm_dev.h"
#include "stack/btm/btm_sec.h"
#include "stack/btm/neighbor_inquiry.h"
#include "stack/gatt/connection_manager.h"
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <cstdint>

#include "main/shim/btm_api.h"
#include "stack/btm/btm_dev.h"
#include "stack/include/acl_api.h"
#include "stack/include/btm_api.h"
#include "stack/include/btm_ble_api.h"
+0 −12
Original line number Diff line number Diff line
@@ -667,18 +667,6 @@ extern bool btm_sec_is_a_bonded_dev(const RawAddress& bda);
extern tBT_DEVICE_TYPE BTM_GetPeerDeviceTypeFromFeatures(
    const RawAddress& bd_addr);

/*******************************************************************************
 *
 * Function         BTM_SecReadDevName
 *
 * Description      Looks for the device name in the security database for the
 *                  specified BD address.
 *
 * Returns          Pointer to the name or NULL
 *
 ******************************************************************************/
char* BTM_SecReadDevName(const RawAddress& bd_addr);

/*****************************************************************************
 *  POWER MANAGEMENT FUNCTIONS
 ****************************************************************************/