OSDN Git Service

Declare stack/include/btm_::init/free
authorChris Manton <cmanton@google.com>
Wed, 6 Jan 2021 02:10:42 +0000 (18:10 -0800)
committerChris Manton <cmanton@google.com>
Thu, 7 Jan 2021 00:56:34 +0000 (16:56 -0800)
Towards readable code

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

Change-Id: I7cb8e5813ae2657ffd24f01fe0d9037e06741e3f

stack/include/btm_api.h
stack/include/btm_ble_api.h

index 76d30c8..0210924 100644 (file)
@@ -33,6 +33,9 @@
 #include "types/bt_transport.h"
 #include "types/raw_address.h"
 
+void btm_init();
+void btm_free();
+
 /*****************************************************************************
  *  DEVICE CONTROL and COMMON
  ****************************************************************************/
index 06c4bb7..263136f 100644 (file)
@@ -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
  ****************************************************************************/