diff options
author | Hansong Zhang <hsz@google.com> | 2018-04-17 16:11:03 -0700 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2020-02-07 20:09:45 +0100 |
commit | 15c0d80df6db321328d97963dcaa12f270ba6ddc (patch) | |
tree | e9f0bc9c05a10da15c4c6bc6e330b865ff470e55 | |
parent | f99da75767c915d354990eba6d0d1e58ee32a461 (diff) |
shinano-common: Bluetooth HFP: Use WBS by default
Bug: 72624793
Test: compilation
Change-Id: I78ef8705d9fd38db10a4d8f2bc0eac58bcf61d0a
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 65b68dd..5eae134 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -47,7 +47,5 @@ static inline const char* getBTDefaultName() #define BTM_DEF_LOCAL_NAME getBTDefaultName() -#define BTM_WBS_INCLUDED TRUE -#define BTIF_HF_WBS_PREFERRED TRUE #undef PROPERTY_VALUE_MAX #endif |