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

Commit 2d921c16 authored by Chris Manton's avatar Chris Manton
Browse files

Remove declarations stack/acl/btm_acl

Towards proper interfaces

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I672c778a3f4be6cba3b92e33ab00457e2930457d
parent 67e29938
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
#include "stack/acl/acl.h"
#include "stack/btm/btm_dev.h"
#include "stack/btm/btm_int_types.h"
#include "stack/btm/btm_sec.h"
#include "stack/include/acl_api.h"
#include "stack/include/btm_api.h"
#include "stack/include/btu.h"
@@ -82,13 +83,6 @@ StackAclBtmAcl internal_;

extern tBTM_CB btm_cb;

tBTM_STATUS btm_sec_execute_procedure(tBTM_SEC_DEV_REC* p_dev_rec);
void btm_ble_refresh_local_resolvable_private_addr(
    const RawAddress& pseudo_addr, const RawAddress& local_rpa);
void btm_sec_dev_rec_cback_event(tBTM_SEC_DEV_REC* p_dev_rec, uint8_t res,
                                 bool is_le_trasnport);
void btm_io_capabilities_req(const RawAddress& p);

static void btm_acl_chk_peer_pkt_type_support(tACL_CONN* p,
                                              uint16_t* p_pkt_type);
static void btm_cont_rswitch(tACL_CONN* p, tBTM_SEC_DEV_REC* p_dev_rec);