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

Commit f08124e6 authored by Chris Manton's avatar Chris Manton
Browse files

Streamline headers stack/btm/btm_sec

Bug: 164357702
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I80b46697787dcfd5b06ef14ec2b0a73ec9057169
parent a3929ce8
Loading
Loading
Loading
Loading
+3 −23
Original line number Diff line number Diff line
@@ -22,29 +22,9 @@
 *
 ******************************************************************************/

#define LOG_TAG "bt_btm_sec"

#include <frameworks/base/core/proto/android/bluetooth/enums.pb.h>
#include <frameworks/base/core/proto/android/bluetooth/hci/enums.pb.h>
#include <log/log.h>
#include <string.h>

#include "common/metrics.h"
#include "common/time_util.h"
#include "device/include/controller.h"
#include "l2c_api.h"
#include "main/shim/btm_api.h"
#include "main/shim/shim.h"
#include "osi/include/log.h"
#include "osi/include/osi.h"
#include "stack/include/acl_api.h"
#include "stack/include/l2cap_security_interface.h"

#include "bt_types.h"
#include "btif_storage.h"
#include "btm_int.h"
#include "hcimsgs.h"
#include "stack/btm/btm_dev.h"
#include <cstdint>
#include "stack/btm/security_device_record.h"
#include "stack/include/btm_api_types.h"

#define BTM_SEC_MAX_COLLISION_DELAY (5000)