Skip to content

Commit

Permalink
Commonize bluedroid config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeNG committed Jun 27, 2014
1 parent 3decfba commit ccd3feb
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions bluedroid/bdroid_buildcfg.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2012 The Android Open Source Project
* Copyright (C) 2012-2013 The CyanogenMod Project <http://www.cyanogenmod.org>
* Copyright (C) 2012-2014 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.
Expand All @@ -18,16 +18,8 @@
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H

#define BTM_DEF_LOCAL_NAME "Xperia Mini Pro"

#define BTHC_USERIAL_READ_MEM_SIZE 1034
#include "../../mogami-common/bluedroid/bdroid_buildcfg.h"

#define A2DP_HW_SYSFS_TUNER "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq"
#define A2DP_HW_SYSFS_TUNER_OFF "0"
#define A2DP_HW_SYSFS_TUNER_ON "368640"

#define BLE_INCLUDED TRUE
#define BTA_GATT_INCLUDED TRUE
#define SMP_INCLUDED TRUE
#define BTM_DEF_LOCAL_NAME "Xperia Mini Pro"

#endif

0 comments on commit ccd3feb

Please sign in to comment.