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

Commit 566b8051 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Declare stack/include/btm_::init/free am: 189bb6ab am: d53e5ef0 am: d1b7965a

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1541449

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie9d61de2d54caf90f15e11b9c089b157fbab6be6
parents e9d7d7c0 d1b7965a
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
 ****************************************************************************/