commit | 3a298bcaca1a22226bde339c3c0556c17e1cf536 | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Tue Aug 07 13:09:49 2018 +0200 |
committer | Jon West <electrikjesus@gmail.com> | Sat Aug 11 19:27:23 2018 -0400 |
tree | 209912203e488b204861a50b181689fcf040fae2 | |
parent | d1ae132845f2ef98668517a2a1f195694f3fb64f [diff] |
P WIP
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index da21831..166bd4a 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h
@@ -40,12 +40,12 @@ return "hello"; } -static inline bool BtmBypassExtraAclSetup() { +static inline int BtmBypassExtraAclSetup() { #if 0 int8_t prop = property_get_bool("persist.sys.bt_acl_bypass", false); return prop == true; #endif - return false; + return 1; } #define BTM_DEF_LOCAL_NAME BtmDefLocalName()