aboutsummaryrefslogtreecommitdiffstats
path: root/bluetooth/bdroid_buildcfg.h
diff options
context:
space:
mode:
authorRGIB <gibellini.roberto@gmail.com>2016-03-13 14:36:24 +0100
committerRGIB <gibellini.roberto@gmail.com>2016-03-13 14:43:36 +0100
commit1b964d66b9768e372847e6163e74d806f80f5f73 (patch)
tree3f6658d3839e59777300dd803a1d4d13f59eaac6 /bluetooth/bdroid_buildcfg.h
parent71ae76bd1fe8a894dbe6d402d219c9a0ad466a44 (diff)
downloaddevice_samsung_kona-common-1b964d66b9768e372847e6163e74d806f80f5f73.zip
device_samsung_kona-common-1b964d66b9768e372847e6163e74d806f80f5f73.tar.gz
device_samsung_kona-common-1b964d66b9768e372847e6163e74d806f80f5f73.tar.bz2
kona-common : finally fix bluetooth
Change-Id: I9b2ebec6033f3d5fad6e1825b82da82019e50cab
Diffstat (limited to 'bluetooth/bdroid_buildcfg.h')
-rw-r--r--[-rwxr-xr-x]bluetooth/bdroid_buildcfg.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index d2edb8a..86f57a4 100755..100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2012 The Android Open Source Project
- * Copyright (C) 2012 The CyanogenMod Project <http://www.cyanogenmod.org>
+ * Copyright (C) 2016 The Android Open Source Project
+ * Copyright (C) 2016 The CyanogenMod Project <http://www.cyanogenmod.org>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,13 +18,6 @@
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H
-#define BTM_DEF_LOCAL_NAME "Galaxy Note 8.0"
-
-#define BTIF_HF_SERVICES (BTA_HSP_SERVICE_MASK)
-#define BTIF_HF_SERVICE_NAMES { BTIF_HSAG_SERVICE_NAME }
-#define PAN_NAP_DISABLED TRUE
-#define BLE_INCLUDED TRUE
-#define BTA_GATT_INCLUDED TRUE
-#define SMP_INCLUDED TRUE
+#define BTM_DEF_LOCAL_NAME "Samsung Galaxy Note 8.0"
#endif