Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d86648ac authored by Evgeny Pekhterev's avatar Evgeny Pekhterev Committed by Ole F. Birketvedt
Browse files

suzuran: Move bluetooth configs to kitakami-common

Change-Id: I73dd02177d3c950603178b50b9854e9d902ddbbd
parent f0f3b496
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -30,10 +30,6 @@ TARGET_KERNEL_CONFIG := kitakami_suzuran_defconfig
# Audio
# Audio
BOARD_HAVE_BCM_FM := true
BOARD_HAVE_BCM_FM := true


# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
BOARD_CUSTOM_BT_CONFIG := $(DEVICE_PATH)/bluetooth/vnd_generic.txt

# NFC
# NFC
NFC_NXP_CHIP_TYPE := PN547C2
NFC_NXP_CHIP_TYPE := PN547C2
BOARD_NFC_CHIPSET := pn547
BOARD_NFC_CHIPSET := pn547

bluetooth/bdroid_buildcfg.h

deleted100644 → 0
+0 −25
Original line number Original line Diff line number Diff line
/*
 * Copyright (C) 2016 The CyanogenMod Project
 *
 * 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   "Xperia Z5 Compact"
#define HCILP_INCLUDED FALSE
#define BT_WAKE_VIA_USERIAL_IOCTL FALSE
#define BTM_WBS_INCLUDED TRUE

#endif

bluetooth/vnd_generic.txt

deleted100644 → 0
+0 −18
Original line number Original line Diff line number Diff line
BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
FW_PATCHFILE_LOCATION = "/system/etc/firmware/"
FW_PATCHFILE_NAME = "BCM43xx.hcd"
BT_WAKE_VIA_USERIAL_IOCTL = TRUE
USERIAL_IOCTL_BT_WAKE_ASSERT = 0x5441
USERIAL_IOCTL_BT_WAKE_DEASSERT = 0x5442
USERIAL_IOCTL_BT_WAKE_GET_ST = 0x5443
FW_PATCH_SETTLEMENT_DELAY_MS = 100
UART_TARGET_BAUD_RATE = 3000000
LPM_IDLE_TIMEOUT_MULTIPLE = 5
LPM_BT_WAKE_POLARITY = 1
LPM_HOST_WAKE_POLARITY = 1
SCO_USE_I2S_INTERFACE = FALSE
SCO_I2SPCM_IF_ROLE = 0
BTVND_DBG = FALSE
BTHW_DBG = TRUE
VNDUSERIAL_DBG = FALSE
UPIO_DBG = FALSE