Loading system/bta/sys/bta_sys.h +0 −18 Original line number Diff line number Diff line Loading @@ -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 ****************************************************************************/ Loading Loading
system/bta/sys/bta_sys.h +0 −18 Original line number Diff line number Diff line Loading @@ -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 ****************************************************************************/ Loading