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

Commit 15bb6a63 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Remove extra declaration BTM_SecReadDevName

Bug: 213933197
Tag: #refactor
Test: gd/cert/run
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I4507e98f416b9e4f09579d9faa3f3c9d8648651b
parent 673f938b
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
 ****************************************************************************/