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

Commit 189bb6ab authored by Chris Manton's avatar Chris Manton
Browse files

Declare stack/include/btm_::init/free

Towards readable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: I7cb8e5813ae2657ffd24f01fe0d9037e06741e3f
parent e5e3caf0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@
#include "types/bt_transport.h"
#include "types/raw_address.h"

void btm_init();
void btm_free();

/*****************************************************************************
 *  DEVICE CONTROL and COMMON
 ****************************************************************************/
+3 −0
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@
#include "stack/btm/neighbor_inquiry.h"
#include "types/bt_transport.h"

void btm_ble_init();
void btm_ble_free();

/*****************************************************************************
 *  EXTERNAL FUNCTION DECLARATIONS
 ****************************************************************************/