P WIP
This commit is contained in:
parent
c0fbb023db
commit
341d5d9e59
@ -40,12 +40,12 @@ static inline const char* BtmDefLocalName()
|
|||||||
return "hello";
|
return "hello";
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline bool BtmBypassExtraAclSetup() {
|
static inline int BtmBypassExtraAclSetup() {
|
||||||
#if 0
|
#if 0
|
||||||
int8_t prop = property_get_bool("persist.sys.bt_acl_bypass", false);
|
int8_t prop = property_get_bool("persist.sys.bt_acl_bypass", false);
|
||||||
return prop == true;
|
return prop == true;
|
||||||
#endif
|
#endif
|
||||||
return false;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define BTM_DEF_LOCAL_NAME BtmDefLocalName()
|
#define BTM_DEF_LOCAL_NAME BtmDefLocalName()
|
||||||
|
Loading…
Reference in New Issue
Block a user