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

Commit 6f4186f9 authored by Chris Manton's avatar Chris Manton
Browse files

Include btm_sec when required

Towards readable code

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I4fd392d1ae084e06f6ccbdd3c7fc1aef013b7569
parent 340f1d46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
#include "gd/os/log.h"
#include "osi/include/osi.h"
#include "stack/btm/btm_dev.h"
#include "stack/btm/btm_sec.h"
#include "stack/include/bt_types.h"
#include "stack/l2cap/l2c_int.h"
#include "types/bt_transport.h"
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
#include "internal_include/bt_target.h"
#include "stack/btm/btm_dev.h"
#include "stack/btm/btm_int.h"
#include "stack/btm/btm_sec.h"
#include "stack/include/acl_api.h"
#include "stack/include/l2c_api.h"
#include "stack/smp/p_256_ecc_pp.h"