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

Commit bd2b9c6f authored by Zach Johnson's avatar Zach Johnson
Browse files

Remove some unused stuff from bta_sys.h

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: Ib7de3f007c0fee07a9db2e9dcd886da019c1f7d3
parent 8e294a46
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -152,27 +152,9 @@ extern uint8_t appl_trace_level;
/*****************************************************************************
 *  Macros
 ****************************************************************************/

/* Calculate start of event enumeration; id is top 8 bits of event */
#define BTA_SYS_EVT_START(id) ((id) << 8)

/*****************************************************************************
 *  events for BTA SYS HW manager
 ****************************************************************************/

/* events sent to SYS HW manager - must be kept synchronized with tables in
 * bta_sys_main.cc */
enum {
  /* device manager local device API events */
  BTA_SYS_API_ENABLE_EVT = BTA_SYS_EVT_START(BTA_ID_SYS),
  BTA_SYS_EVT_STACK_ENABLED_EVT,
  BTA_SYS_API_DISABLE_EVT,
  BTA_SYS_ERROR_EVT,

  BTA_SYS_MAX_EVT
};
typedef uint8_t tBTA_SYS_HW_EVT;

/*****************************************************************************
 *  Function declarations
 ****************************************************************************/