aboutsummaryrefslogtreecommitdiffstats
path: root/bluetooth/bdroid_buildcfg.h
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2013-10-28 11:21:11 -0400
committersbrissen <sbrissen@hotmail.com>2013-10-28 11:21:11 -0400
commitc7657bc724fe4a2477f70cc378670a59b3da8f6c (patch)
treee0f29cf1444423eda53bbaf3c5312dd638d19438 /bluetooth/bdroid_buildcfg.h
parent3c9204c3effe7e2c376a51c7a4c7a29a3da437ba (diff)
downloaddevice_samsung_n5100-c7657bc724fe4a2477f70cc378670a59b3da8f6c.zip
device_samsung_n5100-c7657bc724fe4a2477f70cc378670a59b3da8f6c.tar.gz
device_samsung_n5100-c7657bc724fe4a2477f70cc378670a59b3da8f6c.tar.bz2
n5100: merge into common repo kona-common
Diffstat (limited to 'bluetooth/bdroid_buildcfg.h')
-rwxr-xr-xbluetooth/bdroid_buildcfg.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
deleted file mode 100755
index 283a9ed..0000000
--- a/bluetooth/bdroid_buildcfg.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Copyright (C) 2012 The Android Open Source Project
- * Copyright (C) 2012 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.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef _BDROID_BUILDCFG_H
-#define _BDROID_BUILDCFG_H
-
-#define BTM_DEF_LOCAL_NAME "GT-N5100"
-
-// Networking, Capturing, Object Transfer
-// MAJOR CLASS: COMPUTER
-// MINOR CLASS: LAPTOP
-#define BTA_DM_COD {0x1A, 0x01, 0x0C}
-
-#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 FALSE
-#define BTA_GATT_INCLUDED FALSE
-#define SMP_INCLUDED FALSE
-
-
-#endif