diff options
author | Chris Manton <cmanton@google.com> | 2014-08-26 16:11:45 -0700 |
---|---|---|
committer | Andre Eisenbach <eisenbach@google.com> | 2015-03-16 16:51:30 -0700 |
commit | 115f2fa1a72d54bd805c8bb9d555105f8b76df62 (patch) | |
tree | 6756b2d4d85299469bb2006f365a0bddbccb705c /include | |
parent | 0812fe36ddd585db9f08c725904d14b74714368d (diff) | |
download | android_system_bt-115f2fa1a72d54bd805c8bb9d555105f8b76df62.tar.gz android_system_bt-115f2fa1a72d54bd805c8bb9d555105f8b76df62.tar.bz2 android_system_bt-115f2fa1a72d54bd805c8bb9d555105f8b76df62.zip |
Remove must-always-be-on #define HCISU_H4_INCLUDED
Diffstat (limited to 'include')
-rw-r--r-- | include/bt_target.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/bt_target.h b/include/bt_target.h index 66b5f987b..6e8de74f8 100644 --- a/include/bt_target.h +++ b/include/bt_target.h @@ -646,18 +646,12 @@ ** HCI Services (H4) ** ******************************************************************************/ -#ifndef HCISU_H4_INCLUDED -#define HCISU_H4_INCLUDED TRUE -#endif - #ifdef __cplusplus extern "C" { #endif BT_API extern void bte_main_hci_send (BT_HDR *p_msg, UINT16 event); -#if (HCISU_H4_INCLUDED == TRUE) BT_API extern void bte_main_lpm_allow_bt_device_sleep(void); -#endif #ifdef __cplusplus } |