diff options
author | Isaac Chen <isaacchen@isaacchen.cn> | 2018-05-23 08:50:16 +0200 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-19 00:01:07 +0000 |
commit | f78ff8405230712f4b70e4b9b768cb3d8fe45b5d (patch) | |
tree | dfde2494327f989a8cd2e16214e259ac18f1a82d /bluetooth | |
parent | 587fead983fde643c8fd48a10fd93d7e5be9d900 (diff) |
wayne: Undef BTM_DEF_LOCAL_NAME
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
Diffstat (limited to 'bluetooth')
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 39ae635..c14932d 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -21,7 +21,6 @@ #ifndef _BDROID_BUILDCFG_H #define _BDROID_BUILDCFG_H -#define BTM_DEF_LOCAL_NAME "MI 6X" // Disables read remote device feature #define MAX_ACL_CONNECTIONS 16 #define MAX_L2CAP_CHANNELS 16 |